mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-09 23:38:50 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user