summaryrefslogtreecommitdiff
path: root/firefox.desktop
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2010-12-21 10:17:54 -0500
committerChristopher Aillon <caillon@redhat.com>2010-12-21 10:17:54 -0500
commitc3b9cd1501a4d8a92ab445a31ecdf6dd6be3d8f6 (patch)
treed5fd9fb63829bcd1a3a18697e616586d95181412 /firefox.desktop
parentUpdate to Beta 8 (diff)
downloadlibrewolf-fedora-ff-c3b9cd1501a4d8a92ab445a31ecdf6dd6be3d8f6.tar.gz
librewolf-fedora-ff-c3b9cd1501a4d8a92ab445a31ecdf6dd6be3d8f6.tar.bz2
librewolf-fedora-ff-c3b9cd1501a4d8a92ab445a31ecdf6dd6be3d8f6.zip
.desktop file MimeType key needs a trailing semi-colon
Diffstat (limited to 'firefox.desktop')
-rw-r--r--firefox.desktop2
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
bgstack15