bug 321384 - Typo fix. r1/r2=dmose via IRC

git-svn-id: svn://10.0.0.236/trunk@209485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mattwillis%gmail.com
2006-09-08 22:05:24 +00:00
parent 51107b02e1
commit b8e4479d83

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 ? this.mOccurrence.parentItem : this.mOccurrence]);
// then start dragging it
evbox.parentColumn.startSweepingToModifyEvent(evbox, evbox.mOccurrence, whichside, event.screenX, event.screenY);