www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 497939bb28c3ada9cc70de20e6ce234bd34cd387
parent 71bd1a7f99cd14152486ffd1bdcccece4522d8cd
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  8 Oct 2014 13:04:56 -0400

Fix "Open Account Settings" button in quota dialog in Standalone

(Untested, but this should work.)

Diffstat:
Mchrome/content/zotero/xpcom/storage/zfs.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js @@ -310,8 +310,7 @@ Zotero.Sync.Storage.ZFS = (function () { var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"] .getService(Components.interfaces.nsIWindowMediator); var win = wm.getMostRecentWindow("navigator:browser"); - var browser = win.getBrowser(); - browser.selectedTab = browser.addTab(url); + win.ZoteroPane.loadURI(url); } }