devilhorns pushed a commit to branch master.

commit a5e9fc67306fec311ff0e58622d484916f015616
Author: Chris Michael <[email protected]>
Date:   Thu Apr 11 09:27:40 2013 +0100

    Set the border input object using the EAPI function.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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 4ad905f..6be9d37 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 */

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to