Fixed problem with the library not compiling on darwin because of a nested function

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14072 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-07-08 11:57:54 +00:00
parent 756860a051
commit 7dcfd72f1b

View file

@ -1,3 +1,10 @@
Mon Jul 8 13:55:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSSavePanel.m ([-createRowsForColumn:]): Removed usage of
nested function which was causing the library not to compile on
some platforms.
(compareFilenames): New static function doing the same.
2002-07-05 Adam Fedor <fedor@gnu.org>
* Images/common_ArrowDown.tiff: Transparency fix.