Monotone-Parent: e36d8d24bc74c3d965cac3d3370bd3d5681f3ffc

Monotone-Revision: b9a09b9bf8fc46e61ede310c9787e2c7118175cd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-09-02T12:31:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-09-02 12:31:32 +00:00
parent d0577e001f
commit 3d9ac737bf
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
2010-09-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/UIxMailEditor.js:
(onMenuCheckReturnReceipt): the function has an event parameter
which we need. This fixes an exception occurring when clicking the
"Options" menu.
2010-09-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tests/Unit/SOGoTest.m (-run): fixed build on GNUstep >= 1.20.
+1 -1
View File
@@ -450,7 +450,7 @@ function initializePriorityMenu() {
$(chosenNode).addClassName("_chosen");
}
function onMenuCheckReturnReceipt() {
function onMenuCheckReturnReceipt(event) {
event.cancelBubble = true;
this.enabled = !this.enabled;