mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
Fixing function name in "CUT", to make cutting events work again, bug 162866
This commit is contained in:
parent
6607a11769
commit
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.
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user