[Elm] This is meant to be used on the future, as I said.

SVN revision: 68853
This commit is contained in:
Gustavo Lima Chaves 2012-03-06 21:56:32 +00:00
parent 2ecf3ee605
commit feef00175c
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ elm_widget_theme(Evas_Object *obj)
if (sd->hover_obj) ret &= elm_widget_theme(sd->hover_obj);
EINA_LIST_FOREACH(sd->tooltips, l, tt) elm_tooltip_theme(tt);
EINA_LIST_FOREACH(sd->cursors, l, cur) elm_cursor_theme(cur);
if (sd->theme_func) ret &= sd->theme_func(obj);
if (sd->theme_func) sd->theme_func(obj);
return ret;
}