universal-access: add panel ID to .desktop file and extension point name

Panels are now loaded using the identifier specified in the .desktop file
This commit is contained in:
Thomas Wood 2010-06-03 11:28:05 +01:00
parent d8ae738efe
commit 2ae3118499
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -8,4 +8,4 @@ Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;DesktopSettings;
OnlyShowIn=GNOME;
X-GNOME-Settings-Panel=universal-access