Camino only - Bug 373559: Clear popups from the block list once they have been shown. r/sr=josh

git-svn-id: svn://10.0.0.236/trunk@221963 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stuart.morgan%alumni.case.edu
2007-03-16 03:05:14 +00:00
parent 457c9144b0
commit e6b9b7c5f2

View File

@@ -1130,6 +1130,8 @@ enum {
nsCOMPtr<nsIArray> blockedSites = do_QueryInterface(mBlockedPopups);
[mDelegate showBlockedPopups:blockedSites whitelistingSource:shouldWhitelist];
[self removeBlockedPopupViewAndDisplay];
mBlockedPopups->Clear();
[mDelegate showPopupBlocked:NO];
}
}