bug 265677. Message Toolbar's button not accessible. Patch from doronr, r=mconnor

This commit is contained in:
aaronleventhal%moonset.net 2004-12-10 02:25:11 +00:00
parent 05a7072e79
commit af73a988c9

View File

@ -994,7 +994,7 @@
</method>
</implementation>
<handlers>
<handler event="click">
<handler event="command">
if (event.originalTarget.getAttribute("anonid") == "messageButton") {
var os = Components.classes["@mozilla.org/observer-service;1"]
.getService(Components.interfaces.nsIObserverService);