From b20a2e153be31a897fdc8304851603adf235f6cd Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 28 Nov 2013 00:18:44 -0500 Subject: [PATCH] Fix Services.wm call --- 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 index 10832e6a6d..1f9b43a548 100644 --- 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;