From a5e9fc67306fec311ff0e58622d484916f015616 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 11 Apr 2013 09:27:40 +0100 Subject: [PATCH] Set the border input object using the EAPI function. Signed-off-by: Chris Michael --- src/bin/e_surface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_surface.c b/src/bin/e_surface.c index 4ad905f96..6be9d3786 100644 --- a/src/bin/e_surface.c +++ b/src/bin/e_surface.c @@ -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 */