summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-04-13 15:35:42 +0000
committerBastien Nocera <hadess@hadess.net>2007-04-13 15:35:42 +0000
commitd91eef714536bd81ccad0328db122a2cf874cece (patch)
treef8876b19c0040425f5d96bff3d82211a85a5868f
parent2e36ab2e44e1f332736b88713857136af48142bb (diff)
downloadshared-mime-info-d91eef714536bd81ccad0328db122a2cf874cece.tar.gz
2007-04-13 Bastien Nocera <hadess@hadess.net>
* freedesktop.org.xml.in: Correct the magic for RTSPtext metalinks (See http://bugzilla.gnome.org/show_bug.cgi?id=429383)
-rw-r--r--ChangeLog5
-rw-r--r--freedesktop.org.xml.in5
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f08497a5..9aa3db0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-13 Bastien Nocera <hadess@hadess.net>
+
+ * freedesktop.org.xml.in: Correct the magic for RTSPtext metalinks
+ (See http://bugzilla.gnome.org/show_bug.cgi?id=429383)
+
2007-03-08 Christian Neumair <chris@gnome-de.org>
* freedesktop.org.xml.in: add X11 cursor type (#10043).
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index c554e644..60acefb5 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -1806,9 +1806,8 @@ command to generate the output files.
<match value="&lt;?xml" type="string" offset="0">
<match type="string" value="&lt;?quicktime" offset="0:64"/>
</match>
- <match value="RTSPtextRTSP://" type="string" offset="0"/>
- <match value="rtsptextrtsp://" type="string" offset="0"/>
- <match value="RTSPtextrtsp://" type="string" offset="0"/>
+ <match value="RTSPtext" type="string" offset="0"/>
+ <match value="rtsptext" type="string" offset="0"/>
<match value="SMILtext" type="string" offset="0"/>
</magic>
<glob pattern="*.qtl"/>