elm_spinner.c: call _value_set after resetting spin timer.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 7 Oct 2013 14:38:28 +0000 (23:38 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 7 Oct 2013 14:38:30 +0000 (23:38 +0900)
commitbc37f138f9595b2e4586105c616d53da637c96c0
tree1e8d2fef4094c6ebc3a02444f7b3fc267569d6ee
parente9ee16a88a80f3fe929f91494ae462b280fa861c
elm_spinner.c: call _value_set after resetting spin timer.

There is a chance that spin timer is deleted in _value_set() by any chance.
So reset the spin timer and call _value_set after that.
Special thanks to Shilpa.
src/lib/elm_spinner.c