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:
parent
d8ae738efe
commit
2ae3118499
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -8,4 +8,4 @@ Type=Application
|
|||
StartupNotify=true
|
||||
Categories=GNOME;GTK;Settings;DesktopSettings;
|
||||
OnlyShowIn=GNOME;
|
||||
|
||||
X-GNOME-Settings-Panel=universal-access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue