Patch by: Sven Arvidsson <sa@whiz.se>
2008-02-01 Jens Granseuer <jensgr@gmx.net> Patch by: Sven Arvidsson <sa@whiz.se> * gnome-default-applications.xml.in: support --new-tab/--new-window for Iceweasel (bug #322795) svn path=/trunk/; revision=8438
This commit is contained in:
parent
e66735f8a1
commit
aabb736087
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-02-01 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Sven Arvidsson <sa@whiz.se>
|
||||
|
||||
* gnome-default-applications.xml.in: support --new-tab/--new-window
|
||||
for Iceweasel (bug #322795)
|
||||
|
||||
2007-12-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
Patch by: Chris Jones
|
||||
|
|
|
@ -78,8 +78,8 @@
|
|||
<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>
|
||||
<tab-command>iceweasel -new-tab "%s"</tab-command>
|
||||
<win-command>iceweasel -new-window "%s"</win-command>
|
||||
</web-browser>
|
||||
<web-browser>
|
||||
<_name>Mozilla 1.6</_name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue