[gnome-control-center] Actually load the proxy panel if NetworkManager is not available, rather than looping for infinity



commit ed9942b8c3b526e55559b25adc9b048fe9c0e2ab
Author: Richard Hughes <richard hughsie com>
Date:   Fri Dec 10 11:32:57 2010 +0000

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

 panels/proxy/cc-proxy-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/proxy/cc-proxy-panel.c b/panels/proxy/cc-proxy-panel.c
index 05ce32a..079743e 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);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]