Monotone-Parent: 24072b56a700014098e8df3a7ba0e45f26e74a2a

Monotone-Revision: 8e71e47ae0410a7f54c41ac85bdb5ecd58f726aa

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-09T18:40:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-09 18:40:08 +00:00
parent db44f9b8e0
commit 5719628c42

View File

@@ -1661,7 +1661,7 @@ function updateCalendarProperties(calendarID, calendarName, calendarColor) {
}
function onCalendarNew(event) {
createFolder(window.prompt(labels["Name of the Calendar"]),
createFolder(window.prompt(labels["Name of the Calendar"], ""),
appendCalendar);
preventDefault(event);
}