summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-09-30 03:23:58 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-09-30 03:23:58 +0000
commitf11dec79e302a9570e731756d25144ddde0e38fb (patch)
tree61ad4f788ae0d1344f00c4905118b918ad86d352
parent- Backport the GTK+ file chooser. (diff)
downloadlibrewolf-fedora-ff-f11dec79e302a9570e731756d25144ddde0e38fb.tar.gz
librewolf-fedora-ff-f11dec79e302a9570e731756d25144ddde0e38fb.tar.bz2
librewolf-fedora-ff-f11dec79e302a9570e731756d25144ddde0e38fb.zip
- Add the xul mime type to the .desktop file
-rw-r--r--firefox.desktop2
-rw-r--r--firefox.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/firefox.desktop b/firefox.desktop
index e575262..82a89c1 100644
--- a/firefox.desktop
+++ b/firefox.desktop
@@ -8,4 +8,4 @@ Exec=firefox
Icon=firefox.png
Terminal=false
Type=Application
-MimeType=text/html;text/xml;application/xhtml+xml;
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
diff --git a/firefox.spec b/firefox.spec
index 3ed9576..3ab7fcd 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 0.10.0
-Release: 1.0PR1.3
+Release: 1.0PR1.4
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -174,6 +174,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
+- Add the xul mime type to the .desktop file
+
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
- Backport the GTK+ file chooser.
- Update desktop database after uninstall.
bgstack15