From 2ae31184993acb29a422f165aa899a3842f6c189 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Thu, 3 Jun 2010 11:28:05 +0100 Subject: [PATCH] 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 +- panels/universal-access/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 b5e6a195a..6eefe9dad 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 85aafccf1..204981b81 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