- Change the Exec line in the desktop file to thunderbird

This commit is contained in:
Christopher Aillon 2005-05-13 16:33:18 +00:00
parent 3b1bdf0650
commit 42717a8176
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Encoding=UTF-8
Name=Thunderbird Email
GenericName=Email
Comment=Send and Receive Email
Exec=mozilla-thunderbird
Exec=thunderbird
Icon=thunderbird-icon.png
Terminal=false
Type=Application

View File

@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc s390 s390x
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 1.0.2
Release: 5
Release: 6
Epoch: 0
URL: http://www.mozilla.org/projects/thunderbird/
License: MPL
@ -198,6 +198,9 @@ cd -
#===============================================================================
%changelog
* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-6
- Change the Exec line in the desktop file to `thunderbird`
* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-5
- Update pango patche, MOZ_DISABLE_PANGO now works as advertised.