aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_gns_gtk_main_window.glade
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnunet_gns_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_gns_gtk_main_window.glade3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gnunet_gns_gtk_main_window.glade b/contrib/gnunet_gns_gtk_main_window.glade
index 2910a399..cafb17c2 100644
--- a/contrib/gnunet_gns_gtk_main_window.glade
+++ b/contrib/gnunet_gns_gtk_main_window.glade
@@ -75,6 +75,7 @@
75 </data> 75 </data>
76 </object> 76 </object>
77 <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window"> 77 <object class="GtkWindow" id="GNUNET_GNS_GTK_main_window">
78 <signal name="delete_event" handler="GNUNET_GNS_GTK_main_window_delete_event_cb"/>
78 <child> 79 <child>
79 <object class="GtkVBox" id="GNUNET_GNS_GTK_main_vbox"> 80 <object class="GtkVBox" id="GNUNET_GNS_GTK_main_vbox">
80 <property name="visible">True</property> 81 <property name="visible">True</property>
@@ -258,6 +259,7 @@
258 <property name="visible">True</property> 259 <property name="visible">True</property>
259 <property name="can_focus">True</property> 260 <property name="can_focus">True</property>
260 <property name="model">GNUNET_GNS_GTK_treestore</property> 261 <property name="model">GNUNET_GNS_GTK_treestore</property>
262 <signal name="realize" handler="GNUNET_GNS_GTK_main_treeview_realize_cb"/>
261 <signal name="popup_menu" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_cb"/> 263 <signal name="popup_menu" handler="GNUNET_GNS_GTK_main_treeview_popup_menu_cb"/>
262 <child> 264 <child>
263 <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_name_treeviewcolumn"> 265 <object class="GtkTreeViewColumn" id="GNUNET_GNS_GTK_name_treeviewcolumn">
@@ -305,7 +307,6 @@
305 <child> 307 <child>
306 <object class="GtkCellRendererCombo" id="GNUNET_GNS_GTK_type_cellrenderercombo"> 308 <object class="GtkCellRendererCombo" id="GNUNET_GNS_GTK_type_cellrenderercombo">
307 <property name="editable">True</property> 309 <property name="editable">True</property>
308 <property name="model">GNUNET_GNS_GTK_type_liststore</property>
309 <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb"/> 310 <signal name="changed" handler="GNUNET_GNS_GTK_type_cellrenderercombo_changed_cb"/>
310 </object> 311 </object>
311 <attributes> 312 <attributes>