Fix typo from rev52686

SVN revision: 52851
This commit is contained in:
Tiago Rezende Campos Falcao 2010-09-28 14:15:23 +00:00
parent bbb96b91d4
commit a0541d1687
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ elm_box_add(Evas_Object *parent)
elm_widget_del_pre_hook_set(obj, _del_pre_hook);
elm_widget_focus_cycle_hook_set(obj, _elm_box_focus_cycle_hook);
elm_widget_can_focus_set(obj, EINA_FALSE);
elm_widget_highlight_ignore_set(obj, EINA_FALSE);
elm_widget_highlight_ignore_set(obj, EINA_TRUE);
wd->box = evas_object_box_add(e);
/*evas_object_box_layout_set(wd->box, evas_object_box_layout_vertical,