diff --git a/ChangeLog b/ChangeLog index fedbcba9b..5c42c3d20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-14 Fred Kiefer + + * Source/NSKeyValueBinding.m (+getBinding:forObject:): Correct bug + in last change. + 2008-01-13 Fred Kiefer * Source/GSBindingHelpers.h, diff --git a/Source/NSKeyValueBinding.m b/Source/NSKeyValueBinding.m index e17fc0e6b..f017f73a0 100644 --- a/Source/NSKeyValueBinding.m +++ b/Source/NSKeyValueBinding.m @@ -181,7 +181,7 @@ void GSBindingInvokeAction(NSString *targetKey, NSString *argumentKey, forObject: (id)anObject { NSMutableDictionary *bindings; - GSKeyValueBinding *theBinding; + GSKeyValueBinding *theBinding = nil; if (!objectTable) return nil;