mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 362856 Edit Task command from tasklist context menu does nothing, patch by sebastian.schwieger@googlemail.com, r=jminta
This commit is contained in:
parent
79e278422b
commit
fddb5ed2ef
@ -626,7 +626,7 @@ function contextChangePriority( event, Priority )
|
||||
function modifyTaskFromContext() {
|
||||
var task = document.getElementById( ToDoUnifinderTreeName ).taskView.contextTask;
|
||||
if(task)
|
||||
createTodoWithDialog(task);
|
||||
modifyEventWithDialog(task);
|
||||
}
|
||||
|
||||
function changeContextMenuForToDo(event)
|
||||
|
Loading…
Reference in New Issue
Block a user