diff options
Diffstat (limited to 'contrib/gnunet_fs_gtk_open_directory_dialog.glade')
-rw-r--r-- | contrib/gnunet_fs_gtk_open_directory_dialog.glade | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/contrib/gnunet_fs_gtk_open_directory_dialog.glade b/contrib/gnunet_fs_gtk_open_directory_dialog.glade index d55c0b00..a807742a 100644 --- a/contrib/gnunet_fs_gtk_open_directory_dialog.glade +++ b/contrib/gnunet_fs_gtk_open_directory_dialog.glade | |||
@@ -4,30 +4,30 @@ | |||
4 | <!-- interface-naming-policy project-wide --> | 4 | <!-- interface-naming-policy project-wide --> |
5 | <object class="GtkFileFilter" id="gnunet_directory_filter"/> | 5 | <object class="GtkFileFilter" id="gnunet_directory_filter"/> |
6 | <object class="GtkFileChooserDialog" id="GNUNET_GTK_open_directory_dialog"> | 6 | <object class="GtkFileChooserDialog" id="GNUNET_GTK_open_directory_dialog"> |
7 | <property name="can_focus">False</property> | ||
7 | <property name="can_default">True</property> | 8 | <property name="can_default">True</property> |
8 | <property name="border_width">5</property> | 9 | <property name="border_width">5</property> |
9 | <property name="type_hint">normal</property> | 10 | <property name="type_hint">normal</property> |
10 | <property name="has_separator">False</property> | ||
11 | <property name="filter">gnunet_directory_filter</property> | ||
12 | <property name="create_folders">False</property> | 11 | <property name="create_folders">False</property> |
12 | <property name="filter">gnunet_directory_filter</property> | ||
13 | <signal name="response" handler="GNUNET_GTK_open_directory_dialog_response_cb" swapped="no"/> | ||
13 | <child internal-child="vbox"> | 14 | <child internal-child="vbox"> |
14 | <object class="GtkVBox" id="dialog-vbox3"> | 15 | <object class="GtkVBox" id="dialog-vbox3"> |
15 | <property name="visible">True</property> | 16 | <property name="visible">True</property> |
17 | <property name="can_focus">False</property> | ||
16 | <property name="spacing">2</property> | 18 | <property name="spacing">2</property> |
17 | <child> | ||
18 | <placeholder/> | ||
19 | </child> | ||
20 | <child internal-child="action_area"> | 19 | <child internal-child="action_area"> |
21 | <object class="GtkHButtonBox" id="dialog-action_area4"> | 20 | <object class="GtkHButtonBox" id="dialog-action_area4"> |
22 | <property name="visible">True</property> | 21 | <property name="visible">True</property> |
22 | <property name="can_focus">False</property> | ||
23 | <property name="layout_style">end</property> | 23 | <property name="layout_style">end</property> |
24 | <child> | 24 | <child> |
25 | <object class="GtkButton" id="GNUNET_GTK_open_directory_dialog_cancel_button"> | 25 | <object class="GtkButton" id="GNUNET_GTK_open_directory_dialog_cancel_button"> |
26 | <property name="label">gtk-cancel</property> | 26 | <property name="label">gtk-cancel</property> |
27 | <property name="use_action_appearance">False</property> | ||
27 | <property name="visible">True</property> | 28 | <property name="visible">True</property> |
28 | <property name="can_focus">True</property> | 29 | <property name="can_focus">True</property> |
29 | <property name="receives_default">True</property> | 30 | <property name="receives_default">True</property> |
30 | <property name="use_action_appearance">False</property> | ||
31 | <property name="use_stock">True</property> | 31 | <property name="use_stock">True</property> |
32 | </object> | 32 | </object> |
33 | <packing> | 33 | <packing> |
@@ -39,11 +39,11 @@ | |||
39 | <child> | 39 | <child> |
40 | <object class="GtkButton" id="GNUNET_GTK_open_directory_dialog_ok_button"> | 40 | <object class="GtkButton" id="GNUNET_GTK_open_directory_dialog_ok_button"> |
41 | <property name="label">gtk-ok</property> | 41 | <property name="label">gtk-ok</property> |
42 | <property name="use_action_appearance">False</property> | ||
42 | <property name="visible">True</property> | 43 | <property name="visible">True</property> |
43 | <property name="can_focus">True</property> | 44 | <property name="can_focus">True</property> |
44 | <property name="can_default">True</property> | 45 | <property name="can_default">True</property> |
45 | <property name="receives_default">True</property> | 46 | <property name="receives_default">True</property> |
46 | <property name="use_action_appearance">False</property> | ||
47 | <property name="use_stock">True</property> | 47 | <property name="use_stock">True</property> |
48 | </object> | 48 | </object> |
49 | <packing> | 49 | <packing> |
@@ -55,10 +55,14 @@ | |||
55 | </object> | 55 | </object> |
56 | <packing> | 56 | <packing> |
57 | <property name="expand">False</property> | 57 | <property name="expand">False</property> |
58 | <property name="fill">True</property> | ||
58 | <property name="pack_type">end</property> | 59 | <property name="pack_type">end</property> |
59 | <property name="position">0</property> | 60 | <property name="position">0</property> |
60 | </packing> | 61 | </packing> |
61 | </child> | 62 | </child> |
63 | <child> | ||
64 | <placeholder/> | ||
65 | </child> | ||
62 | </object> | 66 | </object> |
63 | </child> | 67 | </child> |
64 | <action-widgets> | 68 | <action-widgets> |