diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-27 18:39:20 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-27 18:39:20 +0000 |
commit | 387382bf21e734215d895fa0eda022955df9bd2a (patch) | |
tree | 022ef31f4a369a0f165667701113d2b6c6493794 | |
parent | 9dc88adc6f7cbe0bdc17068cd58ef557f5f1f000 (diff) | |
download | gnunet-gtk-387382bf21e734215d895fa0eda022955df9bd2a.tar.gz gnunet-gtk-387382bf21e734215d895fa0eda022955df9bd2a.zip |
LRN: Fix-separator-ids-and-make-separators-visible-d-oh
-rw-r--r-- | contrib/gnunet_fs_gtk_main_window.glade | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade index 94c7f44e..bf520f0d 100644 --- a/contrib/gnunet_fs_gtk_main_window.glade +++ b/contrib/gnunet_fs_gtk_main_window.glade | |||
@@ -191,7 +191,9 @@ | |||
191 | </object> | 191 | </object> |
192 | </child> | 192 | </child> |
193 | <child> | 193 | <child> |
194 | <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"/> | 194 | <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"> |
195 | <property name="visible">True</property> | ||
196 | </object> | ||
195 | </child> | 197 | </child> |
196 | <child> | 198 | <child> |
197 | <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri"> | 199 | <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_download_uri"> |
@@ -220,7 +222,9 @@ | |||
220 | </object> | 222 | </object> |
221 | </child> | 223 | </child> |
222 | <child> | 224 | <child> |
223 | <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"/> | 225 | <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2"> |
226 | <property name="visible">True</property> | ||
227 | </object> | ||
224 | </child> | 228 | </child> |
225 | <child> | 229 | <child> |
226 | <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym"> | 230 | <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_create_pseudonym"> |
@@ -246,7 +250,9 @@ | |||
246 | </object> | 250 | </object> |
247 | </child> | 251 | </child> |
248 | <child> | 252 | <child> |
249 | <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep2"/> | 253 | <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep3"> |
254 | <property name="visible">True</property> | ||
255 | </object> | ||
250 | </child> | 256 | </child> |
251 | <child> | 257 | <child> |
252 | <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit"> | 258 | <object class="GtkImageMenuItem" id="GNUNET_GTK_main_menu_file_quit"> |