Print full class name in eo info genlist

This commit is contained in:
Avi Levin 2015-11-19 15:36:06 +02:00
parent 0ab0160f34
commit 6535ef4cd8
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ _obj_info_item_label_get(void *data, Evas_Object *obj EINA_UNUSED,
if(node->type == CLOUSEAU_OBJ_CLASS)
{
return strdup(eolian_class_name_get(((Eolian_Debug_Class *)(node->data))->ekl));
return strdup(eolian_class_full_name_get(((Eolian_Debug_Class *)(node->data))->ekl));
}
else if(node->type == CLOUSEAU_OBJ_FUNC)
{