Bug 552462, close popups when toolbar pill pressed, r=josh

This commit is contained in:
Neil Deakin 2010-03-18 15:58:07 -04:00
parent 9655f8e8c9
commit f37f23c884

View File

@ -2155,6 +2155,8 @@ static const NSString* kStateShowsToolbarButton = @"showsToolbarButton";
{
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
RollUpPopups();
nsCocoaWindow *geckoWindow = [[self delegate] geckoWidget];
if (!geckoWindow)
return;