Monotone-Parent: 5d7a44d3b59de321eabbecb54aab769dad3132cc

Monotone-Revision: 326f22bb57c8cc3fad2cebc117d8f6a0dd96bdee

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-15T05:28:06
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2008-08-15 05:28:06 +00:00
parent 1b5147bcae
commit 2a6e4fc9ba
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -5,6 +5,7 @@
- added the ability to transfer an event from one calendar to another
- fixed a bug where deleting a contact would leave it listed in the contact list until the next refresh
- fixed a bug where events shared among different attendees would no longer be updated automatically
- changed the look of the Calendar module to match the look of Lightning 0.9
0.9.0-20080729 (1.0 rc7)
------------------------

View File

@ -94,7 +94,7 @@ function editEvent() {
}
for (var i = 0; i < nodes.length; i++)
_editEventId(nodes[i].getAttribute("id"),
_editEventId(nodes[i].cname,
nodes[i].calendar);
} else if (selectedCalendarCell) {
_editEventId(selectedCalendarCell[0].cname,