mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 363422 Fix confirmEx parameters (broken "delete all cookies" button)
r=neil
This commit is contained in:
parent
1cd965fc5d
commit
4fae130ba8
@ -357,7 +357,7 @@ function DeleteAllCookies() {
|
||||
(promptservice.BUTTON_TITLE_CANCEL * promptservice.BUTTON_POS_1) +
|
||||
promptservice.BUTTON_POS_1_DEFAULT)
|
||||
var yes = cookieBundle.getString("deleteAllCookiesYes");
|
||||
if (promptservice.confirmEx(window, title, msg, flags, yes, null, null, {value:0}) == 1)
|
||||
if (promptservice.confirmEx(window, title, msg, flags, yes, null, null, null, {value:0}) == 1)
|
||||
return;
|
||||
|
||||
ClearCookieProperties();
|
||||
|
Loading…
Reference in New Issue
Block a user