Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/280north/cappuccino
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykiran committed Sep 17, 2008
2 parents 05773d7 + b6f6102 commit 7274bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Foundation/CPKeyedUnarchiver.j
Expand Up @@ -419,7 +419,7 @@ var _CPKeyedUnarchiverDecodeObjectAtIndex = function(self, anIndex)

processedObject = [object awakeAfterUsingCoder:self];

if (processedObject == object)
if (processedObject != object)
{
if (self._delegateSelectors & _CPKeyedUnarchiverWillReplaceObjectWithObjectSelector)
[self._delegate unarchiver:self willReplaceObject:object withObject:processedObject];
Expand Down

0 comments on commit 7274bc5

Please sign in to comment.