[gnome-control-center/wip/universal-access: 7/14] universal-access: add panel ID to .desktop file and extension point name



commit 32b45ed09b95bff74931df9378b94ff4fc556ac9
Author: Thomas Wood <thomas wood intel com>
Date:   Thu Jun 3 11:28:05 2010 +0100

    universal-access: add panel ID to .desktop file and extension point name
    
    Panels are now loaded using the identifier specified in the .desktop file

 panels/universal-access/cc-ua-panel.c              |    2 +-
 .../gnome-universal-access.desktop.in.in           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/universal-access/cc-ua-panel.c b/panels/universal-access/cc-ua-panel.c
index b5e6a19..6eefe9d 100644
--- a/panels/universal-access/cc-ua-panel.c
+++ b/panels/universal-access/cc-ua-panel.c
@@ -462,6 +462,6 @@ cc_ua_panel_register (GIOModule *module)
   cc_ua_panel_register_type (G_TYPE_MODULE (module));
   g_io_extension_point_implement (CC_SHELL_PANEL_EXTENSION_POINT,
                                   CC_TYPE_UA_PANEL,
-                                  "gnome-universal-access.desktop", 0);
+                                  "universal-access", 0);
 }
 
diff --git a/panels/universal-access/gnome-universal-access.desktop.in.in b/panels/universal-access/gnome-universal-access.desktop.in.in
index 85aafcc..204981b 100644
--- a/panels/universal-access/gnome-universal-access.desktop.in.in
+++ b/panels/universal-access/gnome-universal-access.desktop.in.in
@@ -8,4 +8,4 @@ Type=Application
 StartupNotify=true
 Categories=GNOME;GTK;Settings;DesktopSettings;
 OnlyShowIn=GNOME;
-
+X-GNOME-Settings-Panel=universal-access



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