gui: no custom style from now on.

This commit is contained in:
Daniel Juyung Seo 2013-08-14 01:55:06 +09:00
parent 39f2879621
commit f5c3d26ea1
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ _widget_list_sel_cb(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
}
// add additional hacky custom styles for special reasons
_custom_styles_add(li, type);
//_custom_styles_add(li, type);
elm_list_item_selected_set(elm_list_first_item_get(li), EINA_TRUE);
elm_list_go(li);