GNOME Bugzilla – Bug 258786
'Mark Selected Tasks as Complete' active even after tasks are marked complete...
Last modified: 2013-09-10 14:04:04 UTC
Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: 'Mark Selected Tasks as Complete' active even after tasks are marked complete... Steps to reproduce the problem: Invoke Tasks, Add few new tasks. Select them, right click and click 'Mark Selected Tasks as Complete'. Now, right click again on selected (marked complete) tasks... you see that the 'Mark Selected Tasks as Complete' option is still active on the right click menu. Actual Results: 'Mark Selected Tasks as Complete' option remains active Expected Results: The 'Mark Selected Tasks as Complete' should not be active. How often does this happen? Always Additional Information:
Created attachment 46219 [details] [review] proposed patch
Instead of the hard-coded stuff for the popup view, you should add a UNCOMPLETED bit to the e-cal-popup select mask. This will let plugins benefit from the caclultion. This should then go into e-cal-menu in a similar way. I think you can then calculate the menu sensitivity based on this, rather than special casing it, too.
Apologies for any spam... cc'ing usability-maint on all Evolution usability bugs. Filter on EVO-USABILITY-SPAM to ignore.
*** Bug 311135 has been marked as a duplicate of this bug. ***
committed the fix to gnome-2-12 and head branches.
This bug is reproducible on evolution 2.4.1
retargetting this to 2.4.3 since 2.4.1 is long gone
Fix has been committed.