Set the border input object using the EAPI function.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-11 09:27:40 +01:00
parent 3ba4da16b2
commit a5e9fc6730
1 changed files with 1 additions and 2 deletions

View File

@ -148,8 +148,7 @@ e_surface_border_input_set(Evas_Object *obj, E_Border *bd)
/* try to get the objects smart data */
if (!(sd = evas_object_smart_data_get(obj))) return;
if (sd->o_input)
bd->input_object = sd->o_input;
e_border_input_object_set(bd, sd->o_input);
}
/* smart functions */