Fixed case of methods off the nsIWindowMediator interface as they have now changed to be JS compliant.

This commit is contained in:
tbogard%aol.net 2006-07-27 14:47:51 +00:00
Родитель 9b1dcdd6ed
Коммит a84bce5fd7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -267,7 +267,7 @@ function SidebarCustomize() {
var iwindowManager = Components.interfaces.nsIWindowMediator; var iwindowManager = Components.interfaces.nsIWindowMediator;
var windowManager = cwindowManager.QueryInterface(iwindowManager); var windowManager = cwindowManager.QueryInterface(iwindowManager);
var customizeWindow = windowManager.GetMostRecentWindow('sidebar:customize'); var customizeWindow = windowManager.getMostRecentWindow('sidebar:customize');
if (customizeWindow) { if (customizeWindow) {
debug("Reuse existing customize dialog"); debug("Reuse existing customize dialog");