mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:20:37 +00:00
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:
parent
75a9e9eabc
commit
16e8e9c790
2 changed files with 6 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue