Skip to content

timer: Fix resetting the timer on stop

Balló György requested to merge City-busz/gnome-applets:fix-timer into master

When the timer is paused and then stopped, the pause state should be FALSE, otherwise the timer will not reset on the next start.

Steps to reproduce:

  1. Start the timer.
  2. Pause the timer.
  3. Stop the timer.
  4. Start the timer again.
  5. See that the timer is not started from the beginning, the elapsed time was not zeroed as expected.

Merge request reports