From 7dcfd72f1be07100b76293bbce73a9f26a7e6fef Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 8 Jul 2002 11:57:54 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3168caba2..5f34e0138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 8 13:55:13 2002 Nicola Pero + + * 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 * Images/common_ArrowDown.tiff: Transparency fix.