From 7b41d76b75b2ba428f2946da575616f859020195 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 2 Jul 2011 04:27:57 +0000 Subject: [PATCH] Move standalone.xul to separate standalone directory --- chrome/content/zotero/{ => standalone}/standalone.js | 0 chrome/content/zotero/{ => standalone}/standalone.xul | 0 components/zotero-protocol-handler.js | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename chrome/content/zotero/{ => standalone}/standalone.js (100%) rename chrome/content/zotero/{ => standalone}/standalone.xul (100%) diff --git a/chrome/content/zotero/standalone.js b/chrome/content/zotero/standalone/standalone.js similarity index 100% rename from chrome/content/zotero/standalone.js rename to chrome/content/zotero/standalone/standalone.js diff --git a/chrome/content/zotero/standalone.xul b/chrome/content/zotero/standalone/standalone.xul similarity index 100% rename from chrome/content/zotero/standalone.xul rename to chrome/content/zotero/standalone/standalone.xul diff --git a/components/zotero-protocol-handler.js b/components/zotero-protocol-handler.js index bbd59eb4d..d4d025d49 100644 --- 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) {