diff --git a/twander.py b/twander.py index aa04aef..6fffff3 100755 --- a/twander.py +++ b/twander.py @@ -4,7 +4,7 @@ # For Updates See: http://www.tundraware.com/Software/twander PROGNAME = "twander" -RCSID = "$Id: twander.py,v 2.55 2003/01/13 21:33:27 tundra Exp $" +RCSID = "$Id: twander.py,v 2.56 2003/01/13 22:06:09 tundra Exp $" VERSION = RCSID.split()[2] @@ -1476,7 +1476,8 @@ newpath = askstring(pCHPATH, pENPATH, initialvalue=UI.LastPathEntered) if newpath: - UI.LastPathEntered = newpath + if MAXDIR > 0: + UI.LastPathEntered = newpath LoadDirList(newpath) KeySelTop(event) UI.DirList.focus()