elementary/naviframe - don't call the parent smart_theme. Actually navifram itself...
authorChunEon Park <hermet@hermet.pe.kr>
Sat, 16 Feb 2013 12:33:52 +0000 (12:33 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Sat, 16 Feb 2013 12:33:52 +0000 (12:33 +0000)
SVN revision: 83986

legacy/elementary/src/lib/elc_naviframe.c

index a31ad79..cb5c5ca 100644 (file)
@@ -282,10 +282,7 @@ _elm_naviframe_smart_theme(Eo *obj, void *_pd, va_list *list)
    Elm_Naviframe_Item *it;
    Elm_Naviframe_Smart_Data *sd = _pd;
    Eina_Bool *ret = va_arg(*list, Eina_Bool *);
-   Eina_Bool int_ret = EINA_FALSE;
    const char *style, *sstyle;
-   eo_do_super(obj, elm_wdg_theme(&int_ret));
-   if (!int_ret) return;
 
    eo_do(obj, elm_wdg_style_get(&style));