naviframe - removed unnecessary line
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 26 Jul 2012 04:26:31 +0000 (04:26 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 26 Jul 2012 04:26:31 +0000 (04:26 +0000)
SVN revision: 74410

src/lib/elc_naviframe.c

index 3d8ff7c..523ed1c 100644 (file)
@@ -650,7 +650,6 @@ _back_btn_new(Evas_Object *obj, const char *title_label)
 
    ico = elm_icon_add(btn);
    elm_icon_standard_set(ico, "arrow_left");
-   elm_object_style_set(btn, buf);
    elm_layout_content_set(btn, NULL, ico);
 
    return btn;