oops, fix doc example.

SVN revision: 38267
This commit is contained in:
Gustavo Sverzut Barbieri 2008-12-21 18:19:33 +00:00
parent 765b770f82
commit aa3cd47bf2
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ evas_object_smart_clipped_smart_member_del(Evas_Object *obj, Evas_Object *member
* Evas_Smart_Class *my_class_new(void)
* {
* static Evas_Smart_Class sc = {"MyClass"};
* if (parent_sc.name)
* if (!parent_sc.name)
* {
* evas_object_smart_clipped_smart_set(&sc);
* parent_sc = sc;