no need to delete timers, setting the timer time is supported

SVN revision: 71834
This commit is contained in:
Mike Blumenkrantz 2012-06-08 07:47:08 +00:00
parent 6e37074dcc
commit b78a276183
1 changed files with 2 additions and 2 deletions

View File

@ -479,8 +479,8 @@ _update_today_timer(void *data __UNUSED__)
today.tm_hour = 0;
t_tomorrow = mktime(&today) + 24 * 60 * 60;
update_today = ecore_timer_add(t_tomorrow - t, _update_today_timer, NULL);
return EINA_FALSE;
ecore_timer_interval_set(update_today, t_tomorrow - t);
return EINA_TRUE;
}
static void