[glib] gdesktopappinfo: Use "Keywords" instead of "X-GNOME-Keywords"



commit f59acb55c1758d5e620b4806036dbc997db24ad4
Author: Florian MÃllner <fmuellner gnome org>
Date:   Mon Dec 19 14:52:10 2011 +0100

    gdesktopappinfo: Use "Keywords" instead of "X-GNOME-Keywords"
    
    The field has now been standardized, so drop the prefix.

 gio/gdesktopappinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]