projects
/
Bullfrog
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2397db
)
Fix broken calling of url handlers.
master
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Mon, 23 Aug 2010 21:37:17 +0000
(22:37 +0100)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Mon, 23 Aug 2010 21:37:17 +0000
(22:37 +0100)
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
bin/bullfrog.tcl
patch
|
blob
|
history
diff --git
a/bin/bullfrog.tcl
b/bin/bullfrog.tcl
index a7fe9200345bda712d7097c6aef1ae5e45a582e5..d0ca0e2a8d4981f99a41d07af3ae873939a9eb3a 100644
(file)
--- a/
bin/bullfrog.tcl
+++ b/
bin/bullfrog.tcl
@@
-544,7
+544,7
@@
proc GotoURL {w url} {
if {$Browser eq ""} {
foreach {display exe arg} $Browsers {
if {[llength [auto_execok $exe]] != 0} {
- set Browser
[linsert [auto_execok $exe] end $arg]
+ set Browser
"$cmd $arg" ;# ensure empty arg vanishes
break
}
}