From fba3a2e441d016b5f7b70e96164a91d56efd70a8 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo <guillaume.beraudo@belledonne-communications.com> Date: Wed, 26 Oct 2011 10:40:41 +0200 Subject: [PATCH] Remove internal children (fix for gtk 2.20) --- gtk/parameters.ui | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk/parameters.ui b/gtk/parameters.ui index 158b86d20a..3bec2e63ed 100644 --- a/gtk/parameters.ui +++ b/gtk/parameters.ui @@ -1202,9 +1202,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <child internal-child="selection"> - <object class="GtkTreeSelection" id="treeview-selection1"/> - </child> </object> </child> </object> @@ -1623,9 +1620,6 @@ virtual network !</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="has_tooltip">True</property> - <child internal-child="selection"> - <object class="GtkTreeSelection" id="treeview-selection2"/> - </child> </object> </child> </object> -- GitLab