[Pkg-mozext-commits] [itsalltext] 133/459: * fixed a bug in the menu items. * bumped version

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:14 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 61b85046b1b949399756d0f1a933ec0073c15c69
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Tue Feb 13 11:58:00 2007 -0500

    * fixed a bug in the menu items.
    * bumped version
---
 changelog.txt                 | 3 +++
 chrome/content/itsalltext.xul | 2 +-
 install.rdf                   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/changelog.txt b/changelog.txt
index 6b70f7f..e237e61 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -10,6 +10,9 @@ Note to Mac OS X users: Most editors come with a component in
 strange, then create a shell script to do an "open -a /path/to/editor
 $*".
 
+****** 0.4.2 ******
+* Stupid bugs fixed.
+
 ****** 0.4.0 ******
 * Added API so that other extensions can have edit buttons!
 * Allow the extension of the file to be set.
diff --git a/chrome/content/itsalltext.xul b/chrome/content/itsalltext.xul
index fab6f1b..5ffe33b 100644
--- a/chrome/content/itsalltext.xul
+++ b/chrome/content/itsalltext.xul
@@ -6,7 +6,7 @@
   <!-- The merge point is contentAreaContextMenu -->
   <popup id="contentAreaContextMenu">
      <menuitem id="itsalltext-menuitem" label="It's All Text!" 
-               oncommand="itsAllTextOverlay.onEditNode(document.popupNode)"
+               oncommand="ItsAllText.onEditNode(document.popupNode)"
                accesskey="i" />
   </popup>
 
diff --git a/install.rdf b/install.rdf
index f9632db..9af2b9a 100644
--- a/install.rdf
+++ b/install.rdf
@@ -8,7 +8,7 @@
                    em:maxVersion="3.0a3" />
   <RDF:Description RDF:about="urn:mozilla:install-manifest"
                    em:id="itsalltext at docwhat.gerf.org"
-                   em:version="0.4"
+                   em:version="0.4.2"
                    em:type="2"
                    em:name="It's All Text!"
                    em:description="Edit text using your favorite editor!"

-- 
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