зеркало из https://github.com/mozilla/gecko-dev.git
Fixing function name in "CUT", to make cutting events work again, bug 162866
This commit is contained in:
Родитель
6607a11769
Коммит
1639dd23c5
|
@ -129,7 +129,7 @@ function cutToClipboard( /* calendarEventArray */)
|
|||
|
||||
if( copyToClipboard( calendarEventArray ) )
|
||||
{
|
||||
unifinderDeleteCommand( true ); // deletes all selected events without prompting.
|
||||
deleteEventCommand( true ); // deletes all selected events without prompting.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -129,7 +129,7 @@ function cutToClipboard( /* calendarEventArray */)
|
|||
|
||||
if( copyToClipboard( calendarEventArray ) )
|
||||
{
|
||||
unifinderDeleteCommand( true ); // deletes all selected events without prompting.
|
||||
deleteEventCommand( true ); // deletes all selected events without prompting.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче