datetime: Fix elm_datetime_field_limit_set.
authorwoochan lee <wc0917.lee@samsung.com>
Mon, 23 Feb 2015 08:48:37 +0000 (17:48 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 23 Feb 2015 08:58:58 +0000 (17:58 +0900)
commita34b8d5472e4d9b3471bdeadf6353ec34ce309d2
tree341fae8b0181669695b252322b775b3228a7e7c5
parentcacdc8b7e7c72383ddc1dbba4d8b032dc8430992
datetime: Fix elm_datetime_field_limit_set.

Summary:
If user sets the limit value using elm_datetime_field_limit_set() API, the filed value will be recalculated.
Even though the value changed in case, value changed signal didn't send to user before.
@fix

Reviewers: seoz, woohyun, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D1980
src/lib/elm_datetime.c