diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_main_window.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_main_window.glade | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade index 4bd06cc9..3186c010 100644 --- a/contrib/gnunet_fs_gtk_main_window.glade +++ b/contrib/gnunet_fs_gtk_main_window.glade | |||
@@ -161,7 +161,9 @@ | |||
161 | <property name="default_width">700</property> | 161 | <property name="default_width">700</property> |
162 | <property name="default_height">500</property> | 162 | <property name="default_height">500</property> |
163 | <property name="icon_name">gnunet-gtk</property> | 163 | <property name="icon_name">gnunet-gtk</property> |
164 | <signal name="delete_event" handler="GNUNET_GTK_quit_cb" after="yes"/> | 164 | <signal name="size_request" handler="GNUNET_FS_GTK_main_window_size_request"/> |
165 | <signal name="drag_end" handler="GNUNET_FS_GTK_main_window_drag_end"/> | ||
166 | <signal name="delete_event" handler="GNUNET_FS_GTK_delete_event_cb" after="yes"/> | ||
165 | <child> | 167 | <child> |
166 | <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox"> | 168 | <object class="GtkVBox" id="GNUNET_GTK_main_window_vbox"> |
167 | <property name="visible">True</property> | 169 | <property name="visible">True</property> |
@@ -271,7 +273,7 @@ | |||
271 | <property name="use_underline">True</property> | 273 | <property name="use_underline">True</property> |
272 | <property name="use_stock">True</property> | 274 | <property name="use_stock">True</property> |
273 | <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> | 275 | <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
274 | <signal name="activate" handler="GNUNET_GTK_quit_cb"/> | 276 | <signal name="activate" handler="GNUNET_FS_GTK_menu_quit_activate_cb"/> |
275 | </object> | 277 | </object> |
276 | </child> | 278 | </child> |
277 | </object> | 279 | </object> |
@@ -813,8 +815,6 @@ | |||
813 | </child> | 815 | </child> |
814 | </object> | 816 | </object> |
815 | <packing> | 817 | <packing> |
816 | <property name="expand">True</property> | ||
817 | <property name="fill">True</property> | ||
818 | <property name="position">0</property> | 818 | <property name="position">0</property> |
819 | </packing> | 819 | </packing> |
820 | </child> | 820 | </child> |
@@ -851,9 +851,9 @@ | |||
851 | <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup"> | 851 | <object class="GtkSizeGroup" id="enties_and_comboboxes_sizegroup"> |
852 | <property name="mode">vertical</property> | 852 | <property name="mode">vertical</property> |
853 | <widgets> | 853 | <widgets> |
854 | <widget name="main_window_search_mime_combobox"/> | ||
855 | <widget name="main_window_search_anonymity_combobox"/> | ||
856 | <widget name="main_window_search_entry"/> | 854 | <widget name="main_window_search_entry"/> |
855 | <widget name="main_window_search_anonymity_combobox"/> | ||
856 | <widget name="main_window_search_mime_combobox"/> | ||
857 | </widgets> | 857 | </widgets> |
858 | </object> | 858 | </object> |
859 | <object class="GtkAdjustment" id="expiration_year_adjustment"> | 859 | <object class="GtkAdjustment" id="expiration_year_adjustment"> |