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