]> git.ktnx.net Git - icedeb.git/commitdiff
bind on the onclick event
authorDamyan Ivanov <dmn@debian.org>
Thu, 26 Feb 2009 13:12:48 +0000 (15:12 +0200)
committerDamyan Ivanov <dmn@debian.org>
Thu, 26 Feb 2009 13:12:48 +0000 (15:12 +0200)
makes it possible to inspect the event for buttons etc

chrome/button.xul

index 3156589012408c5d62429ffcc0b87314bea34220..25e0ee531270d512917a4b45826fe545f9c6a361 100644 (file)
@@ -19,7 +19,7 @@
 <toolbarbutton id="debian-bts-query-button-1"
   label="Debian BTS"
   tooltiptext="Query Debian BTS using the text in the clipboard"
-  oncommand="Debian.btsButton(event)"
+  onclick="Debian.btsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional debian-bts-query-button"
   />