[Pkg-mozext-commits] [itsalltext] 185/459: Use only one preference opener

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:20 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 84d3dbd6d30b4ffe201305b0d40cdd4f9c4fcca1
Author: Christian Höltje <docwhat at gerf.org>
Date:   Sun Apr 1 21:38:56 2007 -0400

    Use only one preference opener
---
 chrome/content/itsalltext.xul | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/itsalltext.xul b/chrome/content/itsalltext.xul
index 5159753..983e466 100644
--- a/chrome/content/itsalltext.xul
+++ b/chrome/content/itsalltext.xul
@@ -21,7 +21,7 @@
         <menuseparator/>
         <menuitem label="&pref.label;"
                   accesskey="&pref.key;"
-                  oncommand="window.openDialog('chrome://itsalltext/chrome/preferences.xul', 'Preferences', 'chrome,titlebar,toolbar,centerscreen,modal');"/>
+                  oncommand="ItsAllText.openPreferences();"/>
       </menupopup>
     </menu>
   </popup>
@@ -38,7 +38,7 @@
         <menuseparator/>
         <menuitem label="&pref.label;"
                   accesskey="&pref.key;"
-                  oncommand="window.openDialog('chrome://itsalltext/chrome/preferences.xul', 'Preferences', 'chrome,titlebar,toolbar,centerscreen,modal');"/>
+                  oncommand="ItsAllText.openPreferences();"/>
       </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