[glom] Add Maemo-specific category to MIME-type file



commit 77d3baa10097e52b4aadedfb6a3e3c7650a83ef1
Author: David King <davidk openismus com>
Date:   Wed Nov 4 16:45:04 2009 +0100

    Add Maemo-specific category to MIME-type file
    
    * glom.xml: Add Maemo-specific category for classification of .glom
    files as "documents".

 ChangeLog |    5 +++++
 glom.xml  |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c9e48e4..67abe6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-11-04  David King  <davidk openismus com>
 
+	* glom.xml: Add Maemo-specific category for classification of .glom
+	files as "documents".
+
+2009-11-04  David King  <davidk openismus com>
+
 	* Makefile_glom.am: Statically link to libgettextpo on Maemo, as
 	Gettext is available in the SDK and autobuilder but not on the device.
 
diff --git a/glom.xml b/glom.xml
index 43f6f50..8decc68 100644
--- a/glom.xml
+++ b/glom.xml
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- This is a MIME-type registration file.-->
-<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info";>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"; xmlns:osso="http://nokia.com/osso/mime-categories";>
   <mime-type type="application/x-glom">
     <comment>Glom</comment>
     <comment xml:lang="en">Glom</comment>
+    <osso:category name="documents"/>
 
     <glob pattern="*.glom"/>
 



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