gtaubman / doneyet

A NCurses based To-Do list manager!
MIT License
31 stars 7 forks source link

Confirm delete dialog appears even though no task is selected #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When pressing 'd' to delete a task when no task is selected, the user is
asked 'Are you sure you want to delete this task' anyway.

This is fixed by moving the check if "selected_task == NULL" in
workspace.cc to before the prompt-on-delete dialog.

Original issue reported on code.google.com by Nate...@gmail.com on 18 Apr 2010 at 1:04

GoogleCodeExporter commented 9 years ago

Original comment by gtaub...@gmail.com on 18 Apr 2010 at 5:55

GoogleCodeExporter commented 9 years ago

Original comment by gtaub...@gmail.com on 18 Apr 2010 at 5:55

GoogleCodeExporter commented 9 years ago
Fixed in revision 83.  Thanks for the bug report!

Original comment by gtaub...@gmail.com on 18 Dec 2010 at 6:13