mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 07:36:24 +00:00
Monotone-Parent: 5d7a44d3b59de321eabbecb54aab769dad3132cc
Monotone-Revision: 326f22bb57c8cc3fad2cebc117d8f6a0dd96bdee Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-08-15T05:28:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
1
NEWS
1
NEWS
@@ -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)
|
||||
------------------------
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user