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

@ -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];