From 3fd0523b6e4d61d4328e4e6bc14818ba2aaad23b Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 9 Feb 2011 06:42:08 +0000 Subject: [PATCH] - fix preference links - fix tab mode tooltip - zotero://fullscreen opens standalone --- chrome/content/zotero/overlay.js | 2 +- chrome/content/zotero/preferences/preferences.xul | 2 +- chrome/content/zotero/zoteroPane.xul | 2 +- chrome/locale/en-US/zotero/preferences.dtd | 1 + chrome/locale/en-US/zotero/zotero.dtd | 2 +- components/zotero-protocol-handler.js | 8 ++++---- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 8dffd00db..3071346c4 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -315,7 +315,7 @@ var ZoteroOverlay = new function() } else { // Zotero is running in the pane if(setMode === false) return; // close Zotero pane - this.toggleDisplay(); + this.toggleDisplay(false); // open Zotero tab this.isTab = true; diff --git a/chrome/content/zotero/preferences/preferences.xul b/chrome/content/zotero/preferences/preferences.xul index 5d916ef46..c67af25c8 100644 --- a/chrome/content/zotero/preferences/preferences.xul +++ b/chrome/content/zotero/preferences/preferences.xul @@ -572,7 +572,7 @@ To add a new preference: -