Minor browser fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-07 07:02:58 +00:00
parent 75a9e9eabc
commit 16e8e9c790
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Dec 7 7:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSBrowser.m: ([-setPath:]) applied fix suggested by
georg@das.ist.org
Tue Dec 7 06:23:07 1999 Nicola Pero <n.pero@mi.flashnet.it>
Major improvements of the save panel and the open panel.

View file

@ -544,7 +544,7 @@
[self loadColumnZero];
// If that's all, return.
if ([path isEqualToString: _pathSeparator])
if (path == nil || [path isEqualToString: _pathSeparator])
{
[self tile];
[self updateScroller];