From: Florian Müllner Date: Mon, 19 Dec 2011 13:52:10 +0000 (+0100) Subject: gdesktopappinfo: Use "Keywords" instead of "X-GNOME-Keywords" X-Git-Tag: 2.31.6~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f59acb55c1758d5e620b4806036dbc997db24ad4;p=platform%2Fupstream%2Fglib.git gdesktopappinfo: Use "Keywords" instead of "X-GNOME-Keywords" The field has now been standardized, so drop the prefix. --- diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 040028f..1d831ef 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -64,7 +64,7 @@ #define MIME_CACHE_GROUP "MIME Cache" #define GENERIC_NAME_KEY "GenericName" #define FULL_NAME_KEY "X-GNOME-FullName" -#define KEYWORDS_KEY "X-GNOME-Keywords" +#define KEYWORDS_KEY "Keywords" enum { PROP_0,