remove deprecated code related with

elm_genlist_item_display_only_get/set
function


SVN revision: 69359
This commit is contained in:
Jiyoun Park 2012-03-15 08:38:49 +00:00
parent 32bdb2109c
commit 46a5f7fc81
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ preferences_item_add(Preferences *prefs, Enjoy_Preferences_Plugin *p)
(prefs->list, &preferences_itc_category, cat, NULL,
ELM_GENLIST_ITEM_NONE, preferences_category_cmp, NULL, NULL);
elm_genlist_item_display_only_set(cat->glit, EINA_TRUE);
elm_genlist_item_select_mode_set(cat->glit, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
}
eina_hash_add(prefs->items, &p, p);