summaryrefslogtreecommitdiffstats
path: root/debian/patches/urlplot.pl.diff
blob: ac189d8457535800ae816a98b6b39a0f89361e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: ""
Forwarded: not-needed
Author: ""
Last-Update: 2010-05-12
--- a/scripts/urlplot.pl
+++ b/scripts/urlplot.pl
@@ -264,7 +264,7 @@
 
 # Defaults
 sub DEF_URL_COMMAND() { 
-	'mozilla -remote "openURL(__URL__)" > /dev/null 2>&1 || mozilla "__URL__"&' }
+	'sensible-browser __URL__ > /dev/null 2>&1' }
 sub DEF_URL_CACHE_MAX()			{ 90 } 
 sub DEF_URL_LOG_FILE_AUTORELOAD_TIME()	{ 120 }
 sub DEF_URL_TIME_FORMAT()		{ '%Y:%m:%d - %H:%M:%S' }