mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
bug 351460 - Removes print command disabling when a task has focus. patch by ssitter, r1=lilmatt, r2=dmose
This commit is contained in:
parent
95b710b5a4
commit
c709bbae69
@ -238,15 +238,12 @@ function unifinderMouseDownToDo( event )
|
||||
{
|
||||
// TODO HACK notifiers should be rewritten to integrate events and todos
|
||||
document.getElementById( "delete_todo_command" ).removeAttribute( "disabled" );
|
||||
document.getElementById( "print_command" ).setAttribute( "disabled", "true" );
|
||||
} else
|
||||
{
|
||||
tree.view.selection.clearSelection();
|
||||
|
||||
// TODO HACK notifiers should be rewritten to integrate events and todos
|
||||
document.getElementById( "delete_todo_command" ).setAttribute( "disabled", "true" );
|
||||
// printing tasks not supported
|
||||
document.getElementById( "print_command" ).setAttribute( "disabled", "true" );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user