Bug 343184 DnD month view: Drag and Drop of new All Day event opens Edit Event dialog, r=dmose

This commit is contained in:
jminta%gmail.com 2006-07-21 03:21:21 +00:00
Родитель 5a3c16ceb0
Коммит f913677e3c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -94,7 +94,7 @@ var calendarViewController = {
// if we can modify this thing directly (e.g. just the time changed),
// then do so; otherwise pop up the dialog
var itemToEdit = getOccurrenceOrParent(aOccurrence);
if (aNewStartTime && aNewEndTime && !aNewStartTime.isDate && !aNewEndTime.isDate) {
if (aNewStartTime && aNewEndTime) {
var instance = itemToEdit.clone();