gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1794 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r1794 - GNUnet/src/conf
Date: Sat, 20 Aug 2005 12:40:08 -0700 (PDT)

Author: durner
Date: 2005-08-20 12:40:02 -0700 (Sat, 20 Aug 2005)
New Revision: 1794

Modified:
   GNUnet/src/conf/gconf.c
   GNUnet/src/conf/gconf.glade
   GNUnet/src/conf/gconf_interface.c
Log:
kill debug info - fix Mantis #874

Modified: GNUnet/src/conf/gconf.c
===================================================================
--- GNUnet/src/conf/gconf.c     2005-08-20 18:45:03 UTC (rev 1793)
+++ GNUnet/src/conf/gconf.c     2005-08-20 19:40:02 UTC (rev 1794)
@@ -57,7 +57,6 @@
 static gboolean show_range = FALSE;
 static gboolean show_value = TRUE;
 static gboolean show_all = FALSE;
-static gboolean show_debug = FALSE;
 static gboolean resizeable = FALSE;
 
 static gboolean config_changed = FALSE;
@@ -803,14 +802,6 @@
 }
 
 
-void
-on_show_debug_info1_activate(GtkMenuItem * menuitem, gpointer user_data)
-{
-  show_debug = GTK_CHECK_MENU_ITEM(menuitem)->active;
-  update_tree(&rootmenu, NULL);
-}
-
-
 void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data)
 {
   GtkWidget *dialog;

Modified: GNUnet/src/conf/gconf.glade
===================================================================
--- GNUnet/src/conf/gconf.glade 2005-08-20 18:45:03 UTC (rev 1793)
+++ GNUnet/src/conf/gconf.glade 2005-08-20 19:40:02 UTC (rev 1794)
@@ -177,17 +177,6 @@
                      <signal name="activate" 
handler="on_show_all_options1_activate"/>
                    </widget>
                  </child>
-
-                 <child>
-                   <widget class="GtkCheckMenuItem" id="show_debug_info1">
-                     <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Show masked 
options</property>
-                     <property name="label" translatable="yes">Show _debug 
info</property>
-                     <property name="use_underline">True</property>
-                     <property name="active">False</property>
-                     <signal name="activate" 
handler="on_show_debug_info1_activate"/>
-                   </widget>
-                 </child>
                </widget>
              </child>
            </widget>

Modified: GNUnet/src/conf/gconf_interface.c
===================================================================
--- GNUnet/src/conf/gconf_interface.c   2005-08-20 18:45:03 UTC (rev 1793)
+++ GNUnet/src/conf/gconf_interface.c   2005-08-20 19:40:02 UTC (rev 1794)
@@ -50,7 +50,6 @@
   GtkWidget *show_data1;
   GtkWidget *separator2;
   GtkWidget *show_all_options1;
-  GtkWidget *show_debug_info1;
   GtkWidget *help1;
   GtkWidget *help1_menu;
   GtkWidget *introduction1;
@@ -223,13 +222,6 @@
   gtk_tooltips_set_tip (tooltips, show_all_options1, _("Show all options"),
                        NULL);
 
-  show_debug_info1 =
-    gtk_check_menu_item_new_with_mnemonic (_("Show _debug info"));
-  gtk_widget_show (show_debug_info1);
-  gtk_container_add (GTK_CONTAINER (options1_menu), show_debug_info1);
-  gtk_tooltips_set_tip (tooltips, show_debug_info1, _("Show masked options"),
-                       NULL);
-
   help1 = gtk_menu_item_new_with_mnemonic (_("_Help"));
   gtk_widget_show (help1);
   gtk_container_add (GTK_CONTAINER (menubar1), help1);
@@ -592,8 +584,6 @@
                    G_CALLBACK (on_show_data1_activate), NULL);
   g_signal_connect ((gpointer) show_all_options1, "activate",
                    G_CALLBACK (on_show_all_options1_activate), NULL);
-  g_signal_connect ((gpointer) show_debug_info1, "activate",
-                   G_CALLBACK (on_show_debug_info1_activate), NULL);
   g_signal_connect ((gpointer) introduction1, "activate",
                    G_CALLBACK (on_introduction1_activate), NULL);
   g_signal_connect ((gpointer) about1, "activate",
@@ -649,7 +639,6 @@
   GLADE_HOOKUP_OBJECT (main_wnd, show_data1, "show_data1");
   GLADE_HOOKUP_OBJECT (main_wnd, separator2, "separator2");
   GLADE_HOOKUP_OBJECT (main_wnd, show_all_options1, "show_all_options1");
-  GLADE_HOOKUP_OBJECT (main_wnd, show_debug_info1, "show_debug_info1");
   GLADE_HOOKUP_OBJECT (main_wnd, help1, "help1");
   GLADE_HOOKUP_OBJECT (main_wnd, help1_menu, "help1_menu");
   GLADE_HOOKUP_OBJECT (main_wnd, introduction1, "introduction1");





reply via email to

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