mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-02 17:30:59 +00:00
Removed bad attempt to set nil into image name dictionary.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3076 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
748f6b3661
commit
e58c65811d
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,6 @@ static NSDictionary* nsmapping = nil;
|
||||||
if (image)
|
if (image)
|
||||||
[image setName: [[path lastPathComponent]
|
[image setName: [[path lastPathComponent]
|
||||||
stringByDeletingPathExtension]];
|
stringByDeletingPathExtension]];
|
||||||
[nameDict setObject: image forKey: [image name]];
|
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue