Fix Thunderbird command line parameter (this time should *really* work).

2006-12-17  Luca Cavalli  <lcavalli@cvs.gnome.org>

	* gnome-default-applications.xml.in: Fix Thunderbird command line
	parameter (this time should *really* work). Closes bug #326808.
This commit is contained in:
Luca Cavalli 2006-12-17 15:47:29 +00:00 committed by Luca Cavalli
parent 7c3a26aac5
commit 7698e7c0d2
2 changed files with 7 additions and 2 deletions

View file

@ -219,14 +219,14 @@
<mail-reader>
<_name>Thunderbird</_name>
<executable>thunderbird</executable>
<command>thunderbird -compose %s</command>
<command>thunderbird %s</command>
<icon-name>thunderbird</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>
<mail-reader>
<_name>Mozilla Thunderbird</_name>
<executable>mozilla-thunderbird</executable>
<command>mozilla-thunderbird -compose %s</command>
<command>mozilla-thunderbird %s</command>
<icon-name>thunderbird</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>