[Pkg-mozext-commits] [itsalltext] 301/459: Fixed some bad chrome paths

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit d51fa003edad634ec4865b69de70fcf63fa44a89
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Sat Jan 12 02:04:17 2008 -0500

    Fixed some bad chrome paths
---
 src/chrome/content/cacheobj.js    | 2 +-
 src/chrome/content/itsalltext.js  | 4 ++--
 src/chrome/content/itsalltext.xul | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/chrome/content/cacheobj.js b/src/chrome/content/cacheobj.js
index 011f2cf..554cced 100644
--- a/src/chrome/content/cacheobj.js
+++ b/src/chrome/content/cacheobj.js
@@ -362,7 +362,7 @@ CacheObj.prototype.edit = function(extension, clobber) {
                       exists: program ? program.exists() : false,
                       path: ItsAllText.preferences.editor,
                       exception: e.name };
-        window.openDialog('chrome://itsalltext/chrome/badeditor.xul',
+        window.openDialog('chrome://itsalltext/content/badeditor.xul',
                           null,
                           "chrome,titlebar,toolbar,centerscreen,modal",
                           params);
diff --git a/src/chrome/content/itsalltext.js b/src/chrome/content/itsalltext.js
index 6e08538..5a48e47 100644
--- a/src/chrome/content/itsalltext.js
+++ b/src/chrome/content/itsalltext.js
@@ -419,7 +419,7 @@ var ItsAllText = function() {
                 win.document.documentElement.showPane(pane);
             }
         } else {
-            openDialog('chrome://itsalltext/chrome/preferences.xul',
+            openDialog('chrome://itsalltext/content/preferences.xul',
                        "", features, paneID);
         }
     };
@@ -989,7 +989,7 @@ ItsAllText.prototype.menuNewExtEdit = function(event) {
     var cobj = that.getCacheObj(uid);
 
     var params = {out:null};
-    window.openDialog("chrome://itsalltext/chrome/newextension.xul", "",
+    window.openDialog("chrome://itsalltext/content/newextension.xul", "",
     "chrome, dialog, modal, resizable=yes", params).focus();
     var ext;
     if (params.out) {
diff --git a/src/chrome/content/itsalltext.xul b/src/chrome/content/itsalltext.xul
index 5020ade..f7ba69f 100644
--- a/src/chrome/content/itsalltext.xul
+++ b/src/chrome/content/itsalltext.xul
@@ -4,7 +4,7 @@
 <overlay id="ItsAllTextOverlay"
          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
-  <script type="application/x-javascript" src="chrome://itsalltext/chrome/itsalltext.js" />
+  <script type="application/x-javascript" src="chrome://itsalltext/content/itsalltext.js" />
 
   <!-- The merge point is contentAreaContextMenu -->
   <popup id="contentAreaContextMenu">
@@ -50,7 +50,7 @@
   <!-- The merge point is the Tools menu -->
   <menupopup id="menu_ToolsPopup">
     <menu id="menu_itsalltext" class="menuitem-iconic"
-          image="chrome://itsalltext/chrome/icon.png"
+          image="chrome://itsalltext/content/icon.png"
           label="&top.label;"
           insertbefore="sanitizeSeparator">
       <menupopup>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list