After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 416120 - completed tasks show as uncompleted
completed tasks show as uncompleted
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
2.17.x
Other All
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-08 16:57 UTC by Eyal Oren
Modified: 2007-04-13 15:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Patch (585 bytes, patch)
2007-04-13 11:14 UTC, Ross Burton
committed Details | Review

Description Eyal Oren 2007-03-08 16:57:03 UTC
Please describe the problem:
Marking a task as 'completed' in tasks 0.3 is propagated correctly to EDS. Evolution shows the task to be completed, but the clock applet shows the task completion as 0%. 

Bugs filed against tasks was rejected and referred to gnome-panel [1], stating that gnome-panel should look at the COMPLETED property instead of at task progress, since these tasks do not have any progress property at all.

[1] http://bugzilla.openedhand.com/show_bug.cgi?id=237

Steps to reproduce:
1. create new task in tasks
2. mark task as completed
3. open clock-applet and see the task with 0% completion rate


Actual results:


Expected results:
task in clock-applet should be striked-through and marked as completed (it works correctly in Evolution, according to Ross Burton [1])

[1] http://bugzilla.openedhand.com/show_bug.cgi?id=237

Does this happen every time?
yes

Other information:
Comment 1 Ross Burton 2007-04-13 11:14:04 UTC
Created attachment 86283 [details] [review]
Patch

This patch makes the clock code check for STATUS=COMPLETED.

On approval I'd apply this to the gnome-2-18 branch too.
Comment 2 Ross Burton 2007-04-13 15:06:48 UTC
Committed to trunk, there is no gnome-2-18 branch as yet.