Actually load the proxy panel if NetworkManager is not available, rather than looping for infinity
This commit is contained in:
parent
35cdeea0ac
commit
ed9942b8c3
1 changed files with 1 additions and 1 deletions
|
@ -122,6 +122,6 @@ cc_proxy_panel_register (GIOModule *module)
|
||||||
cc_proxy_panel_register_type (G_TYPE_MODULE (module));
|
cc_proxy_panel_register_type (G_TYPE_MODULE (module));
|
||||||
g_io_extension_point_implement (CC_SHELL_PANEL_EXTENSION_POINT,
|
g_io_extension_point_implement (CC_SHELL_PANEL_EXTENSION_POINT,
|
||||||
CC_TYPE_PROXY_PANEL,
|
CC_TYPE_PROXY_PANEL,
|
||||||
"network", 0);
|
"proxy", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue