1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- liferea-1.6.6b/src/ui/ui_prefs.c_orig 2011-06-23 01:33:39.761555322 +0200
+++ liferea-1.6.6b/src/ui/ui_prefs.c 2011-06-23 01:38:02.121556890 +0200
@@ -76,24 +76,10 @@
NULL, NULL
},
{
- /* tested with SeaMonkey 1.0.6 */
- "mozilla", "Mozilla", "mozilla %s",
- NULL, "mozilla -remote openURL(%s)",
- NULL, "mozilla -remote 'openURL(%s,new-window)'",
- NULL, "mozilla -remote 'openURL(%s,new-tab)'"
- },
- {
- /* tested with Firefox 1.5 and 2.0 */
- "firefox", "Firefox","firefox \"%s\"",
- NULL, "firefox -a firefox -remote \"openURL(%s)\"",
- NULL, "firefox -a firefox -remote 'openURL(%s,new-window)'",
- NULL, "firefox -a firefox -remote 'openURL(%s,new-tab)'"
- },
- {
- "opera", "Opera","opera \"%s\"",
- "opera \"%s\"", "opera -remote \"openURL(%s)\"",
- "opera -newwindow \"%s\"", NULL,
- "opera -newpage \"%s\"", NULL
+ "icecat", "IceCat","icecat \"%s\"",
+ NULL, "icecat -a icecat -remote \"openURL(%s)\"",
+ NULL, "icecat -a icecat -remote 'openURL(%s,new-window)'",
+ NULL, "icecat -a icecat -remote 'openURL(%s,new-tab)'"
},
{
"epiphany", "Epiphany","epiphany \"%s\"",
|