From f11dec79e302a9570e731756d25144ddde0e38fb Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 30 Sep 2004 03:23:58 +0000 Subject: [PATCH] - Add the xul mime type to the .desktop file --- firefox.desktop | 2 +- firefox.spec | 5 ++++- 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 0:0.10.0-1.0PR1.4 +- Add the xul mime type to the .desktop file + * Tue Sep 28 2004 Christopher Aillon 0:0.10.0-1.0PR1.3 - Backport the GTK+ file chooser. - Update desktop database after uninstall.