bug 351868 - Fixes changing start-end time with drag n drop. patch by ssitter, r1=lilmatt, r2=dmose

This commit is contained in:
mattwillis%gmail.com 2006-09-12 23:09:03 +00:00
parent 8b1396cba8
commit 84c2128bcd

View File

@ -230,7 +230,7 @@
// still select it (since we'll stopPropagation())
evbox.calendarView.setSelectedItems(1,
[event.ctrlKey ? this.mOccurrence.parentItem : this.mOccurrence]);
[event.ctrlKey ? evbox.mOccurrence.parentItem : evbox.mOccurrence]);
// then start dragging it
evbox.parentColumn.startSweepingToModifyEvent(evbox, evbox.mOccurrence, whichside, event.screenX, event.screenY);