Correct exception

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26490 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-05-04 22:26:04 +00:00
parent 2dc0287a63
commit 56f0325c24

View file

@ -623,6 +623,7 @@ static NSImage *dragImage = nil;
[palette className]]];
// iterate over the subviews and add them to the dragview.
wv = [[palette originalWindow] contentView];
enumerator = [[wv subviews] objectEnumerator];
while ((sv = [enumerator nextObject]) != nil)
{