GNOME Bugzilla – Bug 695916
Timer shows invalid seconds
Last modified: 2013-03-15 17:08:50 UTC
Created attachment 238982 [details] Screenshot of the bug The timer tool shows "00:04:60". But it is expected to show "00:05:00". I've attached a screenshot of this problem. [How to Reproduce] 1. Launch gnome-clocks 2. Open the Timer tab 3. Press the Start button [Program and Setting Info] $ gnome-clocks -v gnome-clocks 3.7.91 $ gsettings get org.gnome.clocks timer uint32 300
Created attachment 238985 [details] [review] Do not show 60 seconds remaining We should show 1 minute, instead so we need to round up before calculating h, m, s.
Nice catch! could you try this untested patch? I'll also try it out myself this evening or in the weekend
I applied the patch. It works well. Thanks!
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.