[Pkg-mozext-commits] [itsalltext] 128/459: * fixed problem with preferences setting badeditor. * confirmed that cached items aren't monitored.

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 42b1c5c281448b530e58b4ddd2de83aa7f249119
Author: Christian Höltje <docwhat at gerf.org>
Date:   Sun Feb 11 20:51:30 2007 -0500

    * fixed problem with preferences setting badeditor.
    * confirmed that cached items aren't monitored.
---
 Makefile                      | 1 -
 chrome/content/itsalltext.xul | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index aa1f4c9..187612c 100644
--- a/Makefile
+++ b/Makefile
@@ -102,4 +102,3 @@ realclean: clean
 ## @todo [5] [make] Do a proper build in another directory.
 ## @todo [5] [make] Minimize JavaScript.
 ## @todo [5] [make] Put contents into a .jar.
-## @todo [3] Don't monitor when page is in cache.
diff --git a/chrome/content/itsalltext.xul b/chrome/content/itsalltext.xul
index e4a79d5..fab6f1b 100644
--- a/chrome/content/itsalltext.xul
+++ b/chrome/content/itsalltext.xul
@@ -23,7 +23,7 @@
         <menuseparator/>
         <menuitem label="Preferences"
                   accesskey="p"
-                  oncommand="window.openDialog('chrome://itsalltext/chrome/preferences.xul', 'Preferences', 'chrome,titlebar,toolbar,centerscreen,modal', 'badeditor');"/>
+                  oncommand="window.openDialog('chrome://itsalltext/chrome/preferences.xul', 'Preferences', 'chrome,titlebar,toolbar,centerscreen,modal');"/>
       </popup>
     </popupset>
   </window>

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