www

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

commit 7b41d76b75b2ba428f2946da575616f859020195
parent 56eed344f5dbb348e2e8768c37f1b84dfc0c13b4
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat,  2 Jul 2011 04:27:57 +0000

Move standalone.xul to separate standalone directory


Diffstat:
Rchrome/content/zotero/standalone.js -> chrome/content/zotero/standalone/standalone.js | 0
Rchrome/content/zotero/standalone.xul -> chrome/content/zotero/standalone/standalone.xul | 0
Mcomponents/zotero-protocol-handler.js | 2+-
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/standalone.js b/chrome/content/zotero/standalone/standalone.js diff --git a/chrome/content/zotero/standalone.xul b/chrome/content/zotero/standalone/standalone.xul diff --git a/components/zotero-protocol-handler.js b/components/zotero-protocol-handler.js @@ -906,7 +906,7 @@ function ChromeExtensionHandler() { generateContent: try { var window = Components.classes["@mozilla.org/embedcomp/window-watcher;1"] .getService(Components.interfaces.nsIWindowWatcher) - .openWindow(null, 'chrome://zotero/content/standalone.xul', '', + .openWindow(null, 'chrome://zotero/content/standalone/standalone.xul', '', 'chrome,centerscreen,resizable', null); } catch (e) {