fix naviframe theme hook.

SVN revision: 68413
This commit is contained in:
Carsten Haitzler 2012-02-24 13:04:37 +00:00
parent bce9bdf093
commit c2cba76767
1 changed files with 2 additions and 1 deletions

View File

@ -217,8 +217,9 @@ _theme_hook(Evas_Object *obj)
EINA_INLIST_FOREACH(wd->stack, it)
{
_item_style_set(it, it->style);
_item_title_visible_update(it);
}
if (it)
_item_title_visible_update(it);
}
static void _emit_hook(Evas_Object *obj,