fix EndNote MIME type grab

This commit is contained in:
Simon Kornblith 2007-03-21 18:16:03 +00:00
parent aead2c6329
commit 30281f7976

View File

@ -699,7 +699,7 @@ Zotero.Ingester.MIMEHandler.StreamListener = function(request, contentType) {
var windowWatcher = Components.classes["@mozilla.org/embedcomp/window-watcher;1"].
getService(Components.interfaces.nsIWindowWatcher);
this._frontWindow = windowWatcher.activeWindow;
this._frontWindow.Zotero_Browser.Progress.show();
this._frontWindow.Zotero_Browser.progress.show();
Zotero.debug("EndNote prepared to grab content type "+contentType);
}