add support for Iceweasel and Icedove. Closes bug #379085.

2006-12-17  Loc Minier  <lool+gnome@via.ecp.fr>

	* gnome-default-applications.xml.in: add support for Iceweasel and
	Icedove. Closes bug #379085.
This commit is contained in:
Loc Minier 2006-12-17 15:37:15 +00:00 committed by Luca Cavalli
parent 55f0ad80c5
commit 01ab0536c6
2 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-12-17 Loïc Minier <lool+gnome@via.ecp.fr>
* gnome-default-applications.xml.in: add support for Iceweasel and
Icedove. Closes bug #379085.
2006-12-08 Kjartan Maraas <kmaraas@gnome.org>
* gnome-da-capplet.c: (web_combo_changed_cb),

View file

@ -71,6 +71,16 @@
<tab-command>firefox -remote "openurl(%s,new-tab)"</tab-command>
<win-command>firefox -remote "openurl(%s,new-window)"</win-command>
</web-browser>
<web-browser>
<_name>Iceweasel</_name>
<executable>iceweasel</executable>
<command>iceweasel %s</command>
<icon-name>iceweasel</icon-name>
<run-in-terminal>false</run-in-terminal>
<netscape-remote>true</netscape-remote>
<tab-command>iceweasel -remote "openurl(%s,new-tab)"</tab-command>
<win-command>iceweasel -remote "openurl(%s,new-window)"</win-command>
</web-browser>
<web-browser>
<_name>Mozilla 1.6</_name>
<executable>mozilla-1.6</executable>
@ -199,6 +209,13 @@
<icon-name>kmail</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>
<mail-reader>
<_name>Icedove</_name>
<executable>icedove</executable>
<command>icedove %s</command>
<icon-name>icedove</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>
<mail-reader>
<_name>Thunderbird</_name>
<executable>thunderbird</executable>