mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:30:38 +00:00
Return autoreleased copy of the directory string
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27857 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
234566de77
commit
a96c94e755
2 changed files with 6 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ selectCellWithString: (NSString*)title
|
|||
- (NSString*) directory
|
||||
{
|
||||
if (_directory)
|
||||
return _directory;
|
||||
return [NSString stringWithString:_directory];
|
||||
else
|
||||
return @"";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue