From ed9942b8c3b526e55559b25adc9b048fe9c0e2ab Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 10 Dec 2010 11:32:57 +0000 Subject: [PATCH] Actually load the proxy panel if NetworkManager is not available, rather than looping for infinity --- panels/proxy/cc-proxy-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/proxy/cc-proxy-panel.c b/panels/proxy/cc-proxy-panel.c index 05ce32af6..079743e69 100644 --- a/panels/proxy/cc-proxy-panel.c +++ b/panels/proxy/cc-proxy-panel.c @@ -122,6 +122,6 @@ cc_proxy_panel_register (GIOModule *module) cc_proxy_panel_register_type (G_TYPE_MODULE (module)); g_io_extension_point_implement (CC_SHELL_PANEL_EXTENSION_POINT, CC_TYPE_PROXY_PANEL, - "network", 0); + "proxy", 0); }