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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user