summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-10-05 11:54:06 +0200
committerVincent Untz <vuntz@gnome.org>2010-10-05 11:54:06 +0200
commit465abba0ff50b660fd7e90f048daf4af279a790c (patch)
treea2aca08eaf8107a4b77f5f063c3f743dba3e1f3e
parentcef7a35679278174298e0e82cc2582a26a3e8e28 (diff)
downloaddesktop-file-utils-465abba0ff50b660fd7e90f048daf4af279a790c.tar.gz
Accept x-scheme-handler/* mime types
This will be used by desktops to know which applications can handle a URI scheme.
-rw-r--r--src/mimeutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mimeutils.c b/src/mimeutils.c
index 3520749..d4f5f42 100644
--- a/src/mimeutils.c
+++ b/src/mimeutils.c
@@ -40,7 +40,7 @@
/* Not registered with IANA, but used on a free desktop */
static const char *known_fdo_media_types[] = {
- "inode", "x-content",
+ "inode", "x-content", "x-scheme-handler",
/* The chemical media type was never really proposed to IANA, but is
* well-known and in use by various applications out there. There are
* also some guidelines to not abuse it.