mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
Bug 329640: yes/no dialog for "advance to next newsgroup?"; r/sr=bienvenu
This commit is contained in:
parent
e7b77e829f
commit
a7070827d6
@ -245,7 +245,9 @@ function CrossFolderNavigation(type)
|
||||
case 1:
|
||||
default:
|
||||
var promptText = gMessengerBundle.getFormattedString("advanceNextPrompt", [ folder.name ], 1);
|
||||
if (promptService.confirm(window, promptText, promptText)) {
|
||||
if (!promptService.confirmEx(window, promptText, promptText,
|
||||
promptService.STD_YES_NO_BUTTONS,
|
||||
null, null, null, null, {})) {
|
||||
gNextMessageAfterLoad = type;
|
||||
SelectFolder(folder.URI);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user