gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20042 - gnunet-gtk/contrib


From: gnunet
Subject: [GNUnet-SVN] r20042 - gnunet-gtk/contrib
Date: Sun, 26 Feb 2012 16:26:02 +0100

Author: grothoff
Date: 2012-02-26 16:26:02 +0100 (Sun, 26 Feb 2012)
New Revision: 20042

Modified:
   gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade
Log:
LRN: Second patch re-orders menu items. Often-used "Publish", "Download"
and "Open GNUnet directory" are moved to the top, while
pseudonym-related items are moved closer to the bottom.



Modified: gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade  2012-02-26 15:25:29 UTC 
(rev 20041)
+++ gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade  2012-02-26 15:26:02 UTC 
(rev 20042)
@@ -178,29 +178,6 @@
                 <child type="submenu">
                   <object class="GtkMenu" 
id="GNUNET_GTK_main_menu_file_sharing_box">
                     <child>
-                      <object class="GtkImageMenuItem" 
id="GNUNET_GTK_main_menu_file_create_pseudonym">
-                        <property name="label" translatable="yes">_Create 
pseudonym</property>
-                        <property name="visible">True</property>
-                        <property name="tooltip_text" 
translatable="yes">Create a pseudonym for publishing content.  Note that you 
can also publish content anonymously (without using a pseudonym).</property>
-                        <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File 
sharing/Create pseudonym</property>
-                        <property name="use_underline">True</property>
-                        <property name="image">new_stock_image</property>
-                        <property name="use_stock">False</property>
-                        <accelerator key="n" signal="activate" 
modifiers="GDK_CONTROL_MASK"/>
-                        <signal name="activate" 
handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb"/>
-                      </object>
-                    </child>
-                    <child>
-                      <object class="GtkImageMenuItem" 
id="GNUNET_GTK_main_menu_file_advertise_pseudonym">
-                        <property name="label" translatable="yes">_Advertise 
Pseudonym</property>
-                        <property name="visible">True</property>
-                        <property name="use_underline">True</property>
-                        <property name="image">index_stock_image</property>
-                        <property name="use_stock">False</property>
-                        <signal name="activate" 
handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb"/>
-                      </object>
-                    </child>
-                    <child>
                       <object class="GtkImageMenuItem" 
id="GNUNET_GTK_main_menu_file_publish">
                         <property name="label" 
translatable="yes">_Publish</property>
                         <property name="visible">True</property>
@@ -243,11 +220,35 @@
                       </object>
                     </child>
                     <child>
-                      <object class="GtkSeparatorMenuItem" 
id="GNUNET_GTK_main_menu_file_sep2">
+                      <object class="GtkSeparatorMenuItem" 
id="GNUNET_GTK_main_menu_file_sep1"/>
+                    </child>
+                    <child>
+                      <object class="GtkImageMenuItem" 
id="GNUNET_GTK_main_menu_file_create_pseudonym">
+                        <property name="label" translatable="yes">_Create 
pseudonym</property>
                         <property name="visible">True</property>
+                        <property name="tooltip_text" 
translatable="yes">Create a pseudonym for publishing content.  Note that you 
can also publish content anonymously (without using a pseudonym).</property>
+                        <property name="accel_path">&lt;gnunet-fs-gtk&gt;/File 
sharing/Create pseudonym</property>
+                        <property name="use_underline">True</property>
+                        <property name="image">new_stock_image</property>
+                        <property name="use_stock">False</property>
+                        <accelerator key="n" signal="activate" 
modifiers="GDK_CONTROL_MASK"/>
+                        <signal name="activate" 
handler="GNUNET_GTK_main_menu_create_pseudonym_activate_cb"/>
                       </object>
                     </child>
                     <child>
+                      <object class="GtkImageMenuItem" 
id="GNUNET_GTK_main_menu_file_advertise_pseudonym">
+                        <property name="label" translatable="yes">_Advertise 
Pseudonym</property>
+                        <property name="visible">True</property>
+                        <property name="use_underline">True</property>
+                        <property name="image">index_stock_image</property>
+                        <property name="use_stock">False</property>
+                        <signal name="activate" 
handler="GNUNET_GTK_main_menu_file_advertise_pseudonym_activate_cb"/>
+                      </object>
+                    </child>
+                    <child>
+                      <object class="GtkSeparatorMenuItem" 
id="GNUNET_GTK_main_menu_file_sep2"/>
+                    </child>
+                    <child>
                       <object class="GtkImageMenuItem" 
id="GNUNET_GTK_main_menu_file_quit">
                         <property name="label">gtk-quit</property>
                         <property name="visible">True</property>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]