mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:51:23 +00:00
Add a log when we have an invalid drop item
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37447 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
daf7281a96
commit
364e2295e2
1 changed files with 1 additions and 0 deletions
|
@ -1079,6 +1079,7 @@ static NSImage *unexpandable = nil;
|
|||
* item presumably), or perhaps we should treat this as
|
||||
* cancelling the drop?
|
||||
*/
|
||||
NSLog(@"Alert: Invalid drop item %@", item);
|
||||
return;
|
||||
}
|
||||
currentDropItem = item;
|
||||
|
|
Loading…
Reference in a new issue