network: Remove setting of unused configuration key
This commit is contained in:
parent
43f33b1387
commit
3fd861b3f0
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue