elementary/map - a trivial change.

SVN revision: 66560
This commit is contained in:
ChunEon Park 2011-12-27 05:43:04 +00:00
parent 17e5b6cdf3
commit 90d1d1635e
1 changed files with 1 additions and 1 deletions

View File

@ -3382,7 +3382,7 @@ elm_map_paused_set(Evas_Object *obj, Eina_Bool paused)
if (!wd) return;
if (wd->paused == !!paused) return;
wd->paused = paused;
wd->paused = !!paused;
if (wd->paused)
{
if (wd->zoom_animator)