From: hermet Date: Wed, 14 Sep 2011 06:50:10 +0000 (+0000) Subject: elementary/naviframe - removed FIXME X-Git-Tag: REL_F_I9500_20120323_1~17^2~1805 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a8d74b6d4a09056221ff91e47e1663019401b33;p=framework%2Fuifw%2Felementary.git elementary/naviframe - removed FIXME git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63372 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c index 4b56766..0babcb0 100644 --- a/src/lib/elc_naviframe.c +++ b/src/lib/elc_naviframe.c @@ -401,7 +401,7 @@ static Evas_Object * _back_btn_new(Evas_Object *obj) { Evas_Object *btn; - char buf[256]; //FIXME: How to guarantee the size of style name? + char buf[1024]; btn = elm_button_add(obj); if (!btn) return NULL; evas_object_smart_callback_add(btn, "clicked", _back_btn_clicked, obj); @@ -513,7 +513,7 @@ _title_content_set(Elm_Naviframe_Item *it, static void _title_prev_btn_set(Elm_Naviframe_Item *it, Evas_Object *btn, Eina_Bool back_btn) { - char buf[256]; //FIXME: How to guarantee the size of style name? + char buf[1024]; if (it->title_prev_btn == btn) return; @@ -546,7 +546,7 @@ _title_prev_btn_set(Elm_Naviframe_Item *it, Evas_Object *btn, Eina_Bool back_btn static void _title_next_btn_set(Elm_Naviframe_Item *it, Evas_Object *btn) { - char buf[256]; //FIXME: How to guarantee the size of style name? + char buf[1024]; if (it->title_next_btn == btn) return;