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:
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) {