Forgot to address a review comment before checking in the fix for bug 177054. This additional checkin just corrects the indentation.

This commit is contained in:
Stefan.Borggraefe%gmx.de 2004-07-15 10:37:13 +00:00
Родитель cef2e8c61f
Коммит 082e6e520d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -613,7 +613,7 @@ function onAdvancedAbSearch()
if (!selectedABURI) return;
var windowManager = Components.classes['@mozilla.org/appshell/window-mediator;1'].
getService(Components.interfaces.nsIWindowMediator);
getService(Components.interfaces.nsIWindowMediator);
var existingSearchWindow = windowManager.getMostRecentWindow("mailnews:absearch");
if (existingSearchWindow)
existingSearchWindow.focus();

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

@ -606,7 +606,7 @@ function onAdvancedAbSearch()
if (!selectedABURI) return;
var windowManager = Components.classes['@mozilla.org/appshell/window-mediator;1'].
getService(Components.interfaces.nsIWindowMediator);
getService(Components.interfaces.nsIWindowMediator);
var existingSearchWindow = windowManager.getMostRecentWindow("mailnews:absearch");
if (existingSearchWindow)
existingSearchWindow.focus();