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

This commit is contained in:
mattwillis%gmail.com 2006-09-08 22:05:07 +00:00
Родитель ac641c30bd
Коммит 294ac632d0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);