From fbcd3a968015c3ec4c66ec44eaa3216355f7470d Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 4 Feb 2008 22:08:38 +0100 Subject: [PATCH] Append a semicolon to the mime types in the desktop file. According to the spec the list of mime types in a desktop file 'should' end with a trailing semicolon. --- midori.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori.desktop b/midori.desktop index ba6faf62..e8e64488 100644 --- a/midori.desktop +++ b/midori.desktop @@ -7,7 +7,7 @@ Name=Midori Web Browser GenericName=Web Browser Comment=Lightweight web browser Categories=GTK;Network; -MimeType=text/html;text/xml;application/xhtml+xml;application/xml +MimeType=text/html;text/xml;application/xhtml+xml;application/xml; Exec=midori %u Icon=web-browser Terminal=false