Actually load the proxy panel if NetworkManager is not available, rather than looping for infinity

This commit is contained in:
Richard Hughes 2010-12-10 11:32:57 +00:00
parent 35cdeea0ac
commit ed9942b8c3

View file

@ -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);
}