GTG

Comment 1 for bug 336314

Revision history for this message
Gérôme Fournier (jefke) wrote :

Here goes a patch to handle deletion of tasks using the "Delete" key.
Code re-factory might be required, if you don't like the self.on_delete_task(None) call.
(i.e a common method to delete a task, called by both on_delete_task and on_task_treeview_key_press_event)