diff options
Diffstat (limited to 'misc/shared-mime-info/files/patch-update-mime-database.c')
-rw-r--r-- | misc/shared-mime-info/files/patch-update-mime-database.c | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/misc/shared-mime-info/files/patch-update-mime-database.c b/misc/shared-mime-info/files/patch-update-mime-database.c index 045f753d2035..5706a2b89fe3 100644 --- a/misc/shared-mime-info/files/patch-update-mime-database.c +++ b/misc/shared-mime-info/files/patch-update-mime-database.c @@ -1,6 +1,14 @@ ---- update-mime-database.c.orig 2007-06-27 15:46:53.000000000 -0400 -+++ update-mime-database.c 2007-08-09 15:32:31.000000000 -0400 -@@ -445,7 +445,8 @@ static void remove_old(Type *type, xmlNo +--- update-mime-database.c.orig 2007-07-02 04:00:13.000000000 -0500 ++++ update-mime-database.c 2008-01-28 23:42:30.000000000 -0600 +@@ -54,6 +54,7 @@ + "model", + "multipart", + "x-epoc", ++ "x-content", + }; + + /* Represents a MIME type */ +@@ -445,7 +446,8 @@ } } @@ -10,7 +18,7 @@ } /* 'node' is a <mime-type> node from a source file, whose type is 'type'. -@@ -1510,7 +1511,7 @@ static void check_in_path_xdg_data(const +@@ -1510,7 +1512,7 @@ env = getenv("XDG_DATA_DIRS"); if (!env) |