call the client's orient function when adding

SVN revision: 36872
This commit is contained in:
Viktor Kojouharov 2008-10-20 19:28:51 +00:00
parent c79dc9d9d6
commit 6e0c18399f
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ gadman_gadget_place(E_Config_Gadcon_Client *cf, int ontop)
evas_object_show(gcc->o_frame);
/* Call the client orientation function */
if (cc->func.orient)
cc->func.orient(gcc);
return gcc;
}