fix for ff hang when tb drag drop message or attachment over tab bar, r=roc, 514148

This commit is contained in:
Phil Lacy 2009-09-29 13:39:16 -07:00
parent 5c641e6c2b
commit f69b06aac0

View File

@ -440,6 +440,8 @@ nsDragService::GetNumDropItems(PRUint32 * aNumItems)
::GlobalUnlock(stm.hGlobal);
::ReleaseStgMedium(&stm);
}
else
*aNumItems = 1;
}
else
*aNumItems = 1;