X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl-applet.git;a=blobdiff_plain;f=example;h=bd05b1787c97e1eac55a04fbd26b9e3586f40613;hp=6d3eb65a9452bc9620570f290060b256c2c048a8;hb=4af7e789e3afd4b9a7afb81a6cde31c37386e5c4;hpb=26a08255c2b85fb059d91c408c01851e87e7fa68 diff --git a/example b/example index 6d3eb65..bd05b17 100755 --- a/example +++ b/example @@ -25,7 +25,8 @@ applet::setup-tooltip { puts VIS } { puts INVIS } applet::tooltip-set "line\nanother" proc cmdline {id orientation} { - return [list xacpi-simple -into $id] + global argv + return [concat $argv $id] } applet::setup-subproc cmdline