From b67b9f14a9280ea183eee1c078287486146aaa27 Mon Sep 17 00:00:00 2001 From: gcasa Date: Sat, 29 Nov 2008 05:53:34 +0000 Subject: [PATCH] (Updated last comment in ChangeLog) * Source/GSNibCompatibility.m: Added back in _root assignment in -[NSIBObjectData initWithCoder:]. It's removal caused an issue with loading some nibs. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27171 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f8d2b318..62dc22372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2008-11-29 00:40-EST Gregory John Casamento * Source/GSNibCompatibility.m: Added back in _root assignment in - -[NSIBObjectData initWithCoder:] which was causing an issue. + -[NSIBObjectData initWithCoder:]. It's removal caused an issue with + loading some nibs. 2008-11-28 15:20-EST Gregory John Casamento