- Add the xul mime type to the .desktop file

This commit is contained in:
Christopher Aillon 2004-09-30 03:23:58 +00:00
parent 2787585be8
commit f11dec79e3
2 changed files with 5 additions and 2 deletions

View File

@ -8,4 +8,4 @@ Exec=firefox
Icon=firefox.png Icon=firefox.png
Terminal=false Terminal=false
Type=Application 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;

View File

@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser. Summary: Mozilla Firefox Web browser.
Name: firefox Name: firefox
Version: 0.10.0 Version: 0.10.0
Release: 1.0PR1.3 Release: 1.0PR1.4
Epoch: 0 Epoch: 0
URL: http://www.mozilla.org/projects/firefox/ URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL License: MPL/LGPL
@ -174,6 +174,9 @@ fi
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%changelog %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 * Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
- Backport the GTK+ file chooser. - Backport the GTK+ file chooser.
- Update desktop database after uninstall. - Update desktop database after uninstall.