pkgsrc/sysutils/tkdesk/patches/patch-ai
dmcmahill a6729a70b3 import tkdesk-1.2.
Submitted in PR pkg/17423 by Rui-Xiang Guo <rxg@ms25.url.com.tw>

TkDesk is a graphical file manager for Unix and the X-Window System. It offers
a very rich set of file operations and services, and provides the user with an
immense amount of configurability. TkDesk's configuration flexibility results
from the use of Tcl/Tk as the primary implementation language. Another benefit
of using Tcl/Tk is that TkDesk is very portable and runs on virtually any Unix
platform.
2002-07-03 09:27:00 +00:00

13 lines
374 B
Text

$NetBSD: patch-ai,v 1.1.1.1 2002/07/03 09:27:00 dmcmahill Exp $
--- tcldesk/find.tcl.orig Sun Nov 14 16:07:47 1999
+++ tcldesk/find.tcl Sun May 28 16:30:32 2000
@@ -805,7 +805,7 @@
set flist ""
set list [$dlb get]
foreach f $fl {
- lappend flist [lindex [lindex $list $f] 0]
+ lappend flist [lindex [split [lindex $list $f] \t] 0]
}
set nfiles 0