aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_fs_gtk_main_window.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-09 21:25:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-09 21:25:10 +0000
commit33a587e38df10dc5a8168ff1fa5d0ef1b328454e (patch)
tree4db54c3c4ba02cc68a0fdd4898acc60561c2ed14 /contrib/gnunet_fs_gtk_main_window.glade
parentb94f48844921120496cabc01922d2bf2d3df4ebd (diff)
downloadgnunet-gtk-33a587e38df10dc5a8168ff1fa5d0ef1b328454e.tar.gz
gnunet-gtk-33a587e38df10dc5a8168ff1fa5d0ef1b328454e.zip
implementing listing of indexed files and unindexing from gnunet-fs-gtk (#1945)
Diffstat (limited to 'contrib/gnunet_fs_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 3186c010..3b4f615d 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -192,6 +192,14 @@
192 </object> 192 </object>
193 </child> 193 </child>
194 <child> 194 <child>
195 <object class="GtkMenuItem" id="GNUNET_GTK_main_menu_unindex">
196 <property name="visible">True</property>
197 <property name="label" translatable="yes">_List indexed files</property>
198 <property name="use_underline">True</property>
199 <signal name="activate" handler="GNUNET_GTK_main_menu_unindex_activate_cb"/>
200 </object>
201 </child>
202 <child>
195 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1"> 203 <object class="GtkSeparatorMenuItem" id="GNUNET_GTK_main_menu_file_sep1">
196 <property name="visible">True</property> 204 <property name="visible">True</property>
197 </object> 205 </object>