git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2004-09-01 13:51:59 +00:00
parent 9ba1891aa7
commit 745cc96e55

View file

@ -399,7 +399,7 @@ associationsKeys:(NSArray*)associationsKeys
&& ![anAssociation isKindOfClass:[GSWBindingNameAssociation class]]) //TODOV
{
aValue=[self valueForKey:aKey];
NSDebugMLLog(@"GSWComponent",@"aValue=%@",aValue);
NSDebugMLLog(@"GSWComponent",@"aKey=%@ aValue=%@",aKey,aValue);
if (doLog)
[anAssociation logSynchronizeComponentToParentForValue:aValue
inComponent:_parent];
@ -437,7 +437,7 @@ associationsKeys:(NSArray*)associationsKeys
if (![anAssociation isKindOfClass:[GSWBindingNameAssociation class]]) //TODOV
{
aValue=[anAssociation valueInComponent:_parent];
NSDebugMLLog(@"GSWComponent",@"aValue=%@",aValue);
NSDebugMLLog(@"GSWComponent",@"aKey=%@ aValue=%@",aKey,aValue);
if (doLog)
[anAssociation logSynchronizeParentToComponentForValue:aValue
inComponent:self];