gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28658 - in gnunet-gtk: contrib src/setup


From: gnunet
Subject: [GNUnet-SVN] r28658 - in gnunet-gtk: contrib src/setup
Date: Thu, 15 Aug 2013 14:57:35 +0200

Author: grothoff
Date: 2013-08-15 14:57:35 +0200 (Thu, 15 Aug 2013)
New Revision: 28658

Modified:
   gnunet-gtk/contrib/gnunet_setup_gtk_main_window.glade
   gnunet-gtk/src/setup/gnunet-setup-options.c
   gnunet-gtk/src/setup/gnunet-setup.c
Log:
-gads to gnu

Modified: gnunet-gtk/contrib/gnunet_setup_gtk_main_window.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_setup_gtk_main_window.glade       2013-08-15 
12:39:03 UTC (rev 28657)
+++ gnunet-gtk/contrib/gnunet_setup_gtk_main_window.glade       2013-08-15 
12:57:35 UTC (rev 28658)
@@ -4236,7 +4236,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkVBox" id="GNUNET_setup_gads_vbox">
+              <object class="GtkVBox" id="GNUNET_setup_gns_vbox">
                 <property name="can_focus">False</property>
                 <child>
                   <object class="GtkHBox" id="GNUNET_setup_gns_top_hbox">
@@ -4601,11 +4601,10 @@
               </packing>
             </child>
             <child type="tab">
-              <object class="GtkLabel" id="GNUNET_setup_gads_label">
+              <object class="GtkLabel" id="GNUNET_setup_gnu_label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes">GAD_S</property>
-                <property name="use_underline">True</property>
+                <property name="label" translatable="yes">GNU</property>
               </object>
               <packing>
                 <property name="position">7</property>

Modified: gnunet-gtk/src/setup/gnunet-setup-options.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-options.c 2013-08-15 12:39:03 UTC (rev 
28657)
+++ gnunet-gtk/src/setup/gnunet-setup-options.c 2013-08-15 12:57:35 UTC (rev 
28658)
@@ -781,10 +781,10 @@
 
 
 /**
- * Hide "gads" and "namestore" tabs if GNS not active.
+ * Hide "gnu" and "namestore" tabs if GNS not active.
  */
 static struct GNUNET_SETUP_VisibilitySpecification hide_gns_tabs[] = {
-  {"GNUNET_setup_gads_vbox", "(^| )gns($| )", NULL},
+  {"GNUNET_setup_gnu_vbox", "(^| )gns($| )", NULL},
   {"GNUNET_setup_namestore_vbox", "(^| )gns($| )", NULL},
   {NULL, NULL, NULL}
 };

Modified: gnunet-gtk/src/setup/gnunet-setup.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup.c 2013-08-15 12:39:03 UTC (rev 28657)
+++ gnunet-gtk/src/setup/gnunet-setup.c 2013-08-15 12:57:35 UTC (rev 28658)
@@ -134,11 +134,11 @@
                                      gpointer     user_data) 
 {
   GtkWidget *help;
-  GtkWidget *gads;
+  GtkWidget *gnu;
 
   help = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_help_text"));
-  gads = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_gads_vbox"));
-  if (gads == page)
+  gnu = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_gnu_vbox"));
+  if (gnu == page)
     gtk_widget_hide (help);
   else
     gtk_widget_show (help);  




reply via email to

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