Bug 998281 - Default status new event is available, should be busy. r=philipp

This commit is contained in:
MakeMyDay 2014-04-23 11:56:36 +02:00
Родитель 6edddcb4c4
Коммит ae845f8b45
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -467,6 +467,10 @@ function loadDialog(item) {
updateReminder(true);
gShowTimeAs = item.getProperty("TRANSP");
// set default value for a new event
if (!gShowTimeAs & window.mode == "new" && cal.isEvent(item)) {
setShowTimeAs(gStartTime.isDate);
}
updateShowTimeAs();
}