Fix bug - adding current values to previous day on stop
authorandrei1089 <andrei.mirestean@gmail.com>
Mon, 15 Feb 2010 08:37:35 +0000 (10:37 +0200)
committerandrei1089 <andrei.mirestean@gmail.com>
Mon, 15 Feb 2010 08:37:35 +0000 (10:37 +0200)
commit4063d987e4d46ce517f4e7d2794db275db54a44e
tree7b6f238be5c24f6ec4961529e613f06a65df7e77
parent5ecc6aba71b5e6b8b147b93aaea04c0bf283161c
Fix bug - adding current values to previous day on stop

The bug was due to python's evaluation of default arguments at
definition time. This was causing the addition of time/steps/etc..
to the values of the day widget was added instead of the current
day's values.
src/usr/lib/hildon-desktop/pedometer_widget_home.py