Fix typo, Thanks Viktor :)

SVN revision: 40681
This commit is contained in:
Christopher Michael 2009-05-15 18:25:55 +00:00
parent 6fd36aa8b4
commit 898b6f3cae
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ _e_smart_add(Evas_Object *obj)
{
E_Smart_Data *sd;
sd = E_NEW(fSmart_Data, 1);
sd = E_NEW(E_Smart_Data, 1);
if (!sd) return;
sd->smart_obj = obj;
sd->x = 0;