mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
2dc0287a63
commit
56f0325c24
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue