diff options
author | Christopher Aillon <caillon@redhat.com> | 2010-12-21 10:17:54 -0500 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2010-12-21 10:17:54 -0500 |
commit | c3b9cd1501a4d8a92ab445a31ecdf6dd6be3d8f6 (patch) | |
tree | d5fd9fb63829bcd1a3a18697e616586d95181412 /firefox.desktop | |
parent | Update to Beta 8 (diff) | |
download | librewolf-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.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 |