diff --git a/src/modules/gadman/e_mod_gadman.c b/src/modules/gadman/e_mod_gadman.c index 0e7b40e3e..0817c12d4 100644 --- a/src/modules/gadman/e_mod_gadman.c +++ b/src/modules/gadman/e_mod_gadman.c @@ -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; }