winefile - initial display of file listing

Martin Fuchs martin-fuchs at gmx.net
Tue Oct 15 03:50:45 CDT 2002


ChangeLog
 corrects initial display of file listing


Index: programs/winefile/winefile.c
===================================================================
RCS file: /home/wine/wine/programs/winefile/winefile.c,v
retrieving revision 1.5
diff -u -r1.5 winefile.c
--- programs/winefile/winefile.c	15 Oct 2002 02:21:08 -0000	1.5
+++ programs/winefile/winefile.c	15 Oct 2002 08:49:41 -0000
@@ -2324,7 +2324,7 @@
 	TCHAR path[MAX_PATH];
 
 	child->left.cur = entry;
-	child->right.root = entry;
+	child->right.root = entry->down;
 	child->right.cur = entry;
 
 	if (!entry->scanned)




More information about the wine-patches mailing list