diff --git a/ChangeLog b/ChangeLog index df934fabe..ad72e87ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-10 01:54-EST Gregory John Casamento + + * Source/GSNibLoading.m: Add back code with adds in subviews from + the custom view. + 2008-12-10 01:37-EST Gregory John Casamento * Source/GSNibLoading.m: (-[NSCustomView initWithCoder:]) replace diff --git a/Source/GSNibLoading.m b/Source/GSNibLoading.m index f4c0d3480..658613ebf 100644 --- a/Source/GSNibLoading.m +++ b/Source/GSNibLoading.m @@ -846,7 +846,6 @@ static BOOL _isInInterfaceBuilder = NO; [_view setNextResponder: [self nextResponder]]; // [[self superview] replaceSubview: self with: _view]; // replace the old view... - /* if (_rFlags.has_subviews) { NSArray *subviews = [self subviews]; @@ -857,7 +856,6 @@ static BOOL _isInInterfaceBuilder = NO; [_view addSubview: [subviews objectAtIndex: i]]; } } - */ } }