ports/net-im/tkabber/files/patch-tkabber.tcl
Rong-En Fan 38312622b8 - Update to 0.9.9
PR:		ports/105172
Submitted by:	Toni Schmidbauer
2006-11-05 12:38:04 +00:00

19 lines
490 B
Tcl

--- tkabber.tcl.orig Tue Oct 31 13:04:08 2006
+++ tkabber.tcl Tue Oct 31 13:06:18 2006
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using the correct interpreter \
-exec wish "$0" -name tkabber "$@"
+exec wish8.4 "$0" -name tkabber "$@"
# $Id: tkabber.tcl,v 1.236 2006/06/08 20:21:44 aleksey Exp $
@@ -107,7 +107,7 @@
hook::run quit_hook
catch { bind $::ifacetk::mf <Destroy> {} }
destroy .
- exit $status
+ quit $status
}
namespace eval ifacetk {}