aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-26 08:14:17 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-26 08:14:17 +0000
commitb4d25ab66a98e78dda800020c12342ce98d9c920 (patch)
treebaeaef6d00c86b63331aedfe7c3f108030bf8d30
parentf4b08b9858c82f9e7720ae3de72ef5de9c0a9e88 (diff)
downloadgnunet-gtk-b4d25ab66a98e78dda800020c12342ce98d9c920.tar.gz
gnunet-gtk-b4d25ab66a98e78dda800020c12342ce98d9c920.zip
fix labeling and grouping for HTTPS radiobuttons
-rw-r--r--contrib/gnunet_setup_main_window.glade10
-rw-r--r--src/setup/gnunet-setup-options.c4
2 files changed, 7 insertions, 7 deletions
diff --git a/contrib/gnunet_setup_main_window.glade b/contrib/gnunet_setup_main_window.glade
index df521624..58e1735e 100644
--- a/contrib/gnunet_setup_main_window.glade
+++ b/contrib/gnunet_setup_main_window.glade
@@ -2965,7 +2965,7 @@
2965 <property name="receives_default">False</property> 2965 <property name="receives_default">False</property>
2966 <property name="xalign">0.5</property> 2966 <property name="xalign">0.5</property>
2967 <property name="draw_indicator">True</property> 2967 <property name="draw_indicator">True</property>
2968 <property name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property> 2968 <property name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
2969 </object> 2969 </object>
2970 <packing> 2970 <packing>
2971 <property name="expand">True</property> 2971 <property name="expand">True</property>
@@ -2981,7 +2981,7 @@
2981 <property name="receives_default">False</property> 2981 <property name="receives_default">False</property>
2982 <property name="xalign">0.5</property> 2982 <property name="xalign">0.5</property>
2983 <property name="draw_indicator">True</property> 2983 <property name="draw_indicator">True</property>
2984 <property name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property> 2984 <property name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
2985 </object> 2985 </object>
2986 <packing> 2986 <packing>
2987 <property name="expand">True</property> 2987 <property name="expand">True</property>
@@ -2997,7 +2997,7 @@
2997 <property name="receives_default">False</property> 2997 <property name="receives_default">False</property>
2998 <property name="xalign">0.5</property> 2998 <property name="xalign">0.5</property>
2999 <property name="draw_indicator">True</property> 2999 <property name="draw_indicator">True</property>
3000 <property name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property> 3000 <property name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
3001 </object> 3001 </object>
3002 <packing> 3002 <packing>
3003 <property name="expand">True</property> 3003 <property name="expand">True</property>
@@ -3013,7 +3013,7 @@
3013 <property name="receives_default">False</property> 3013 <property name="receives_default">False</property>
3014 <property name="xalign">0.5</property> 3014 <property name="xalign">0.5</property>
3015 <property name="draw_indicator">True</property> 3015 <property name="draw_indicator">True</property>
3016 <property name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property> 3016 <property name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
3017 </object> 3017 </object>
3018 <packing> 3018 <packing>
3019 <property name="expand">True</property> 3019 <property name="expand">True</property>
@@ -3029,7 +3029,7 @@
3029 <property name="receives_default">False</property> 3029 <property name="receives_default">False</property>
3030 <property name="xalign">0.5</property> 3030 <property name="xalign">0.5</property>
3031 <property name="draw_indicator">True</property> 3031 <property name="draw_indicator">True</property>
3032 <property name="group">GNUNET_setup_transport_http_client_proxy_type_none_radiobutton</property> 3032 <property name="group">GNUNET_setup_transport_https_client_proxy_type_none_radiobutton</property>
3033 </object> 3033 </object>
3034 <packing> 3034 <packing>
3035 <property name="expand">True</property> 3035 <property name="expand">True</property>
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index 5fbf2314..f8c92f0f 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1740,7 +1740,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1740 "toggled", 1740 "toggled",
1741 "transport-http_client", 1741 "transport-http_client",
1742 "PROXY_TYPE", 1742 "PROXY_TYPE",
1743 gettext_noop ("Do not use a proxy to download hostlists"), 1743 gettext_noop ("Do not use a proxy with the HTTP plugin"),
1744 "https://gnunet.org/configuration-http", 1744 "https://gnunet.org/configuration-http",
1745 &load_option_list /* abuse! */ , 1745 &load_option_list /* abuse! */ ,
1746 &save_option_list /* abuse! */ , "NONE", 1746 &save_option_list /* abuse! */ , "NONE",
@@ -1856,7 +1856,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1856 "toggled", 1856 "toggled",
1857 "transport-https_client", 1857 "transport-https_client",
1858 "PROXY_TYPE", 1858 "PROXY_TYPE",
1859 gettext_noop ("Do not use a proxy to download hostlists"), 1859 gettext_noop ("Do not use a proxy for HTTPS plugin"),
1860 "https://gnunet.org/configuration-http", 1860 "https://gnunet.org/configuration-http",
1861 &load_option_list /* abuse! */ , 1861 &load_option_list /* abuse! */ ,
1862 &save_option_list /* abuse! */ , "NONE", 1862 &save_option_list /* abuse! */ , "NONE",