seoz pushed a commit to branch master.

commit 8a9cb72fa22d92854767aabc166c23978abac730
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Apr 3 13:11:12 2013 +0900

    elc_hoversel.c: add hover as a smart member of hoversel to fix hover child 
handle bug.
---
 src/lib/elc_hoversel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elc_hoversel.c b/src/lib/elc_hoversel.c
index bc9faa4..65c6045 100644
--- a/src/lib/elc_hoversel.c
+++ b/src/lib/elc_hoversel.c
@@ -95,6 +95,7 @@ _activate(Evas_Object *obj)
    if (elm_widget_disabled_get(obj)) return;
 
    sd->hover = elm_hover_add(sd->hover_parent);
+   evas_object_smart_member_add(sd->hover, obj);
    elm_widget_sub_object_add(obj, sd->hover);
    elm_widget_mirrored_automatic_set(sd->hover, EINA_FALSE);
 

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to