.desktop: Drop prefix from X-GNOME-Keywords

The field has now been included in the spec, so use the standardized
name.
This commit is contained in:
Florian Müllner 2011-12-19 14:55:53 +01:00
parent 1ffb3ffdc1
commit 4cd7b6c6dc
18 changed files with 18 additions and 18 deletions

View file

@ -24,7 +24,7 @@
#define GNOME_SETTINGS_PANEL_ID_KEY "X-GNOME-Settings-Panel"
#define GNOME_SETTINGS_PANEL_CATEGORY GNOME_SETTINGS_PANEL_ID_KEY
#define GNOME_SETTINGS_PANEL_ID_KEYWORDS "X-GNOME-Keywords"
#define GNOME_SETTINGS_PANEL_ID_KEYWORDS "Keywords"
G_DEFINE_TYPE (CcShellModel, cc_shell_model, GTK_TYPE_LIST_STORE)