need to return a value in functions that return values!

SVN revision: 76370
This commit is contained in:
Mike Blumenkrantz 2012-09-10 07:58:58 +00:00
parent df132cab81
commit ff67718c15
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ _queue_timer(void *data)
obj = data;
wd = e_widget_data_get(obj);
if (!wd) return;
if (!wd) return EINA_FALSE;
wd->queue.timer = NULL;
e_widget_ilist_freeze(obj);
num = 0;