Bare minimum changes to update to elementary API breakage so it compiles.

Other things likely need to be changed to track depecated APIs, etc.


SVN revision: 65144
This commit is contained in:
David Walter Seikel 2011-11-14 06:19:04 +00:00
parent b86fb73eda
commit cc61426c14
2 changed files with 2 additions and 2 deletions

View File

@ -374,7 +374,7 @@ libclouseau_init(void)
itc.item_style = "default";
itc.func.label_get = item_label_get;
itc.func.icon_get = item_icon_get;
itc.func.content_get = item_icon_get;
itc.func.state_get = NULL;
itc.func.del = NULL;

View File

@ -80,7 +80,7 @@ clouseau_obj_information_list_add(Evas_Object *parent)
prop_list = elm_genlist_add(parent);
itc.item_style = "default";
itc.func.label_get = item_label_get;
itc.func.icon_get = item_icon_get;
itc.func.content_get = item_icon_get;
itc.func.state_get = NULL;
itc.func.del = NULL;