mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +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
|
@ -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.
|
||||
|
|
|
@ -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…
Reference in a new issue