gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34521 - gnunet-gtk/src/setup


From: gnunet
Subject: [GNUnet-SVN] r34521 - gnunet-gtk/src/setup
Date: Wed, 10 Dec 2014 18:06:39 +0100

Author: grothoff
Date: 2014-12-10 18:06:39 +0100 (Wed, 10 Dec 2014)
New Revision: 34521

Modified:
   gnunet-gtk/src/setup/gnunet-setup-options.c
Log:
DEFAULTSERVICES is history, we now have FORCESTART in seach section

Modified: gnunet-gtk/src/setup/gnunet-setup-options.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-options.c 2014-12-09 21:50:59 UTC (rev 
34520)
+++ gnunet-gtk/src/setup/gnunet-setup-options.c 2014-12-10 17:06:39 UTC (rev 
34521)
@@ -1245,37 +1245,37 @@
   {
    "GNUNET_setup_general_services_topology_checkbutton",
    "toggled",
-   "arm",
-   "DEFAULTSERVICES",
+   "topology",
+   "FORCESTART",
    gettext_noop ("Topology should always be loaded"),
    "https://gnunet.org/configuration-topology";,
-   &load_option_list,
-   &save_option_list, "topology",
+   &load_yes_no,
+   &save_yes_no, NULL,
    NULL, NULL,
    NULL},
 
   {
    "GNUNET_setup_general_services_hostlist_checkbutton",
    "toggled",
-   "arm",
-   "DEFAULTSERVICES",
+   "hostlist",
+   "FORCESTART",
    gettext_noop
    ("Should hostlist support be started automatically on startup?"),
    "https://gnunet.org/configuration-hostlist";,
-   &load_option_list,
-   &save_option_list, "hostlist",
+   &load_yes_no,
+   &save_yes_no, NULL,
    NULL, NULL,
    hide_hostlist_tab},
 
   {
    "GNUNET_setup_general_services_fs_checkbutton",
    "toggled",
-   "arm",
-   "DEFAULTSERVICES",
+   "fs",
+   "FORCESTART",
    gettext_noop ("Should file-sharing be started automatically on startup?"),
    "https://gnunet.org/configuration-fs";,
-   &load_option_list,
-   &save_option_list, "fs",
+   &load_yes_no,
+   &save_yes_no, NULL,
    NULL, NULL,
    hide_fs_tab},
 
@@ -2320,12 +2320,12 @@
   {
    "GNUNET_setup_general_services_pt_checkbutton",
    "toggled",
-   "arm",
-   "DEFAULTSERVICES",
+   "pt",
+   "FORCESTART",
    gettext_noop ("Should the VPN/PT be started automatically on startup?"),
    "https://gnunet.org/configuration-vpn";,
-   &load_option_list,
-   &save_option_list, "pt",
+   &load_yes_no,
+   &save_yes_no, NULL,
    NULL, NULL,
    hide_vpn_tab},
 
@@ -2436,13 +2436,13 @@
   {
    "GNUNET_setup_general_services_exit_checkbutton",
    "toggled",
-   "arm",
-   "DEFAULTSERVICES",
+   "exit",
+   "FORCESTART",
    gettext_noop
    ("Activate the VPN exit to provide services and/or to enable others to use 
your Internet connection"),
    "https://gnunet.org/configuration-exit";,
-   &load_option_list,
-   &save_option_list, "exit",
+   &load_yes_no,
+   &save_yes_no, NULL,
    NULL, NULL,
    hide_exit_options},
 
@@ -2636,12 +2636,12 @@
   {
    "GNUNET_setup_general_services_gns_checkbutton",
    "toggled",
-   "arm",
-   "DEFAULTSERVICES",
+   "gns",
+   "FORCESTART",
    gettext_noop ("Should the GNS be started automatically on startup?"),
    "https://gnunet.org/configuration-gns";,
-   &load_option_list,
-   &save_option_list, "gns",
+   &load_yes_no,
+   &save_yes_no, NULL,
    NULL, NULL,
    hide_gns_tabs},
 




reply via email to

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