[Pkg-mozext-commits] [itsalltext] 186/459: added missing prefwindow button declarations

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 73a003a0e3870d542593537d4c48d6d6adab9c82
Author: Christian Höltje <docwhat at gerf.org>
Date:   Sun Apr 1 21:54:33 2007 -0400

    added missing prefwindow button declarations
---
 chrome/content/preferences.xul | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/chrome/content/preferences.xul b/chrome/content/preferences.xul
index 7389903..47e87be 100644
--- a/chrome/content/preferences.xul
+++ b/chrome/content/preferences.xul
@@ -5,7 +5,8 @@
 <prefwindow id="itsalltext-prefs"
          title="&title;"
          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-        onload="pref_onload();">
+         buttons="accept,cancel"
+         onload="pref_onload();">
 
 <script type="application/x-javascript" src="preferences.js"/>
 
@@ -13,7 +14,10 @@
 <stringbundle id="strings" src="chrome://itsalltext/locale/preferences.properties"/>
 </stringbundleset>
  
-<prefpane id="itsalltext-pane" label="&title;" flex="1">
+<prefpane 
+    id="itsalltext-pane"
+    label="&title;"
+    flex="1">
   <preferences>
     <preference id="pref_charset"
                 name="extensions.itsalltext.charset" type="string"/>

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