File: urlplot.pl.diff

package info (click to toggle)
irssi-scripts 20070925
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,708 kB
  • ctags: 2,415
  • sloc: perl: 54,737; makefile: 43; sh: 20
file content (11 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- urlplot.pl.orig	2002-06-17 10:47:14.000000000 +0200
+++ scripts/urlplot.pl	2004-03-11 01:16:41.000000000 +0100
@@ -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' }