[elm] Also don't advertise this type on our tree

figures.




SVN revision: 74358
This commit is contained in:
Gustavo Lima Chaves 2012-07-24 17:34:06 +00:00
parent 5a7d091705
commit ef219914b3
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ elm_widget_api_check(int ver)
}
/* creating compat smart class */
EVAS_SMART_SUBCLASS_NEW
ELM_INTERNAL_SMART_SUBCLASS_NEW
(SMART_NAME_COMPAT, _elm_widget_compat, Elm_Widget_Compat_Smart_Class,
Elm_Widget_Smart_Class, elm_widget_smart_class_get, NULL);