[gnome-control-center] network: Remove setting of unused configuration key
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] network: Remove setting of unused configuration key
- Date: Mon, 22 Oct 2012 08:53:22 +0000 (UTC)
commit 3fd861b3f085319aaf951d5f9c9a62927af185c9
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 18 09:45:06 2012 +0200
network: Remove setting of unused configuration key
panels/network/net-proxy.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/panels/network/net-proxy.c b/panels/network/net-proxy.c
index 9940b4e..8d1bf78 100644
--- a/panels/network/net-proxy.c
+++ b/panels/network/net-proxy.c
@@ -322,12 +322,6 @@ net_proxy_init (NetProxy *proxy)
G_CALLBACK (settings_changed_cb),
proxy);
- /* explicitly set this to false as the panel has no way of
- * linking the http and https proxies them together */
- g_settings_set_boolean (proxy->priv->settings,
- "use-same-proxy",
- FALSE);
-
/* actions */
value = g_settings_get_enum (proxy->priv->settings, "mode");
widget = GTK_WIDGET (gtk_builder_get_object (proxy->priv->builder,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]