freebsd-ports/x11-fm/tkdesk/files/patch-af
Steve Price c4a4317a53 - Use itcl as a dependency instead of itk.
- Include extra patches from master web site fixing various problems.
- Use FreeBSD-specific utils (e.g. 'vipw' instead of 'vi /etc/passwd') or
  correct non-FreeBSD flags to system programs (e.g. 'du -D' will not work on
  FreeBSD).

PR:		18725
Submitted by:	Andy Sparrow <andy@geek4food.org>
2000-05-29 03:33:10 +00:00

17 lines
416 B
Text

--- tcldesk/appbar.tcl.orig Sun Nov 14 16:07:47 1999
+++ tcldesk/appbar.tcl Sun May 28 16:30:32 2000
@@ -631,12 +631,13 @@
}
}
-proc _appbar_dd_action {cmd flist} {
+proc _appbar_dd_action {cmd args} {
global tkdesk
catch "wm withdraw $tkdesk(dd_token_window)"
update
+ set flist $args
if {[string first %A $cmd] > -1} {
set cmd [string_replace $cmd %A $flist]
} else {