mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -450,7 +450,7 @@ function initializePriorityMenu() {
|
||||
$(chosenNode).addClassName("_chosen");
|
||||
}
|
||||
|
||||
function onMenuCheckReturnReceipt() {
|
||||
function onMenuCheckReturnReceipt(event) {
|
||||
event.cancelBubble = true;
|
||||
|
||||
this.enabled = !this.enabled;
|
||||
|
||||
Reference in New Issue
Block a user