GNOME Bugzilla – Bug 771906
[patch] Task count in unscheduled panel is shown wrong
Last modified: 2016-10-25 22:34:14 UTC
Created attachment 336189 [details] [review] unscheduled-tasks: fix task count logic [patch] the task count for unscheduled-task was shown wrong. This is because the task count function was not taking care if the task is completed or not. Also, the plugin wasn't notifying for title changes when the task count changed. This commit fixes task count by counting only non completed unsheduled tasks and notifying the application to change title on task count change.
Thanks for the patch!
I'm using the most recent version from flatpak repos which identifies itself as 3.19.92 and is created from a non-existing git commit 0cf796913b8b360ed7f8569826a42b9a66414432f1517ce9f6bfbac9dd6299ad according to `flatpak --info org.gnome.Todo`. With this version, the "Unscheduled" view always counts 1 unscheduled task. Should this be fixed already (and the push just hasn't landed in flatpak releases) or is this bug still present in another way?
This is fixed in the latest version of GNOME To Do. The problem with the Flatpak bundle is that Evolution-Data-Server is not compiling correctly, thus the newest version of GNOME To Do is failing to be published.