aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-10 19:25:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-10 19:25:46 +0000
commit26663974184b563a2f1b02cb913cf4c902e6a1d8 (patch)
treefc2ce15b0c3287fcc59e939e10becfe3bbebbb7c /src/setup/gnunet-setup.c
parente975394827547a02dcc091f31b1f2145075ec751 (diff)
downloadgnunet-gtk-26663974184b563a2f1b02cb913cf4c902e6a1d8.tar.gz
gnunet-gtk-26663974184b563a2f1b02cb913cf4c902e6a1d8.zip
-use gns, not gnu, to match glade name
Diffstat (limited to 'src/setup/gnunet-setup.c')
-rw-r--r--src/setup/gnunet-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index b6662878..0b5c2634 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -137,7 +137,7 @@ GNUNET_setup_notebook_switch_page_cb (GtkNotebook *notebook,
137 GtkWidget *gnu; 137 GtkWidget *gnu;
138 138
139 help = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_help_text")); 139 help = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_help_text"));
140 gnu = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_gnu_vbox")); 140 gnu = GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_gns_vbox"));
141 if (gnu == page) 141 if (gnu == page)
142 gtk_widget_hide (help); 142 gtk_widget_hide (help);
143 else 143 else