aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-08 22:00:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-08 22:00:11 +0000
commitfafd5ae157860508be87a3ffcd7f1762524eae92 (patch)
treed74621f5c1119fe7822165a6b629a22df0091d89 /src/setup/gnunet-setup.c
parentd73a84dd81d8a2272e40122d0b67c35f301e38bc (diff)
downloadgnunet-gtk-fafd5ae157860508be87a3ffcd7f1762524eae92.tar.gz
gnunet-gtk-fafd5ae157860508be87a3ffcd7f1762524eae92.zip
adding GNS options to gnunet-setup (#2682)
Diffstat (limited to 'src/setup/gnunet-setup.c')
-rw-r--r--src/setup/gnunet-setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index fcf30ac0..df292fa5 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -233,6 +233,9 @@ load_options ()
233 GObject *widget; 233 GObject *widget;
234 char *value; 234 char *value;
235 235
236#ifndef LINUX
237 gtk_widget_hide (GTK_WIDGET (GNUNET_SETUP_get_object ("GNUNET_setup_gns_hijack_checkbutton")));
238#endif
236 i = 0; 239 i = 0;
237 while (NULL != option_specifications[i].widget_name) 240 while (NULL != option_specifications[i].widget_name)
238 { 241 {