From: raster Date: Fri, 24 Feb 2012 13:04:37 +0000 (+0000) Subject: fix naviframe theme hook. X-Git-Tag: REL_F_I9500_20120323_1~17^2~533 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a56b85aa197144f988d456cca97dc833afe80ae;p=framework%2Fuifw%2Felementary.git fix naviframe theme hook. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68413 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c index f23265b..aba1538 100644 --- a/src/lib/elc_naviframe.c +++ b/src/lib/elc_naviframe.c @@ -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,