Monotone-Parent: 7b1c90d751a6ba1af3047dcf85c17673325dfcfe

Monotone-Revision: 366dd63bc8cb90bda841f039b5d9e177f4dc3bbc

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-02T13:38:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-02 13:38:10 +00:00
parent e295706e1d
commit 4695f1a464

View File

@@ -406,7 +406,9 @@ function onViewEventCallback(http) {
}
function editDoubleClickedEvent(event) {
if (this.recurrenceTime && !this.isException)
if (this.isException && this.recurrenceTime)
_editEventId(this.cname, this.calendar, "occurence" + this.recurrenceTime);
else if (this.recurrenceTime)
_editRecurrenceDialog(this, "confirmEditing");
else
_editEventId(this.cname, this.calendar);