commit b20a2e153be31a897fdc8304851603adf235f6cd parent 84882c8ecf8b3be28d55c328d62d4a15db97f886 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 28 Nov 2013 00:18:44 -0500 Fix Services.wm call Diffstat:
| M | chrome/content/zotero/xpcom/zotero.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -2443,7 +2443,7 @@ Zotero.Prefs = new function(){ Zotero.updateQuickSearchBox(win.ZoteroPane.document); } - var enumerator = wm.getEnumerator("zotero:item-selector"); + var enumerator = Services.wm.getEnumerator("zotero:item-selector"); while (enumerator.hasMoreElements()) { var win = enumerator.getNext(); if (!win.Zotero) continue;