Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199567
b: refs/heads/master
c: 7b5d872
h: refs/heads/master
i:
  199565: 5a9d7a8
  199563: 8f07b56
  199559: 18e4511
  199551: b1317a4
v: v3
  • Loading branch information
Li Zefan authored and Michal Marek committed Apr 14, 2010
1 parent d922a9c commit 8074225
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2944235430c37970f82ad57b8ead343ee6065004
refs/heads/master: 7b5d87215b38359ecadf7a69575b11e140a00484
9 changes: 0 additions & 9 deletions trunk/scripts/kconfig/gconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ static gboolean show_name = TRUE;
static gboolean show_range = TRUE;
static gboolean show_value = TRUE;
static gboolean show_all = FALSE;
static gboolean show_debug = FALSE;
static gboolean resizeable = FALSE;

GtkWidget *main_wnd = NULL;
Expand Down Expand Up @@ -647,14 +646,6 @@ on_show_all_options1_activate(GtkMenuItem * menuitem, gpointer user_data)
}


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;
Expand Down
10 changes: 0 additions & 10 deletions trunk/scripts/kconfig/gconf.glade
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,6 @@
</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>
Expand Down

0 comments on commit 8074225

Please sign in to comment.