missed a review comment for bug 343721

This commit is contained in:
mvl%exedo.nl 2007-01-11 18:49:04 +00:00
Родитель 30183f7197
Коммит b83301cd59
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -474,9 +474,6 @@ calICSCalendar.prototype = {
getInterface: function(iid, instance) {
if (iid.equals(Components.interfaces.nsIAuthPrompt)) {
return new calAuthPrompt();
return Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
.getService(Components.interfaces.nsIWindowWatcher)
.getNewAuthPrompter(null);
}
else if (iid.equals(Components.interfaces.nsIPrompt)) {
// use the window watcher service to get a nsIPrompt impl