[firefox] .desktop file MimeType key needs a trailing semi-colon

Christopher Aillon caillon at fedoraproject.org
Tue Dec 21 15:17:37 UTC 2010


commit c3b9cd1501a4d8a92ab445a31ecdf6dd6be3d8f6
Author: Christopher Aillon <caillon at redhat.com>
Date:   Tue Dec 21 10:17:54 2010 -0500

    .desktop file MimeType key needs a trailing semi-colon

 firefox.desktop |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/firefox.desktop b/firefox.desktop
index f0ae018..de5d47e 100644
--- a/firefox.desktop
+++ b/firefox.desktop
@@ -47,5 +47,5 @@ Icon=firefox
 Terminal=false
 Type=Application
 StartupWMClass=Firefox-bin
-MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
 StartupNotify=true


More information about the scm-commits mailing list