summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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