desktop-file-utils: get rid of obsolete patches.
This commit is contained in:
parent
92346f7b19
commit
85da4b7714
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
diff --git a/src/mimeutils.c b/src/mimeutils.c
|
|
||||||
index 0833fdb..bddc7a0 100644
|
|
||||||
--- src/mimeutils.c
|
|
||||||
+++ src/mimeutils.c
|
|
||||||
@@ -52,9 +52,9 @@ static const char *known_old_fdo_media_types[] = {
|
|
||||||
"x-directory"
|
|
||||||
};
|
|
||||||
|
|
||||||
-/* Defined in RFC 2045/2046 and RFC 2077 */
|
|
||||||
+/* Defined in RFC 2045/2046, RFC 2077 and RFC 8081 */
|
|
||||||
static const char *registered_discrete_media_types[] = {
|
|
||||||
- "application", "audio", "image", "model", "text", "video"
|
|
||||||
+ "application", "audio", "font", "image", "model", "text", "video"
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Defined in RFC 2045/2046 */
|
|
Loading…
Reference in a new issue