Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_widget_button.c 


Log Message:
Allow the icon to be clicked by passing events. Why was this not done before?

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_button.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_widget_button.c   28 Jul 2006 13:42:03 -0000      1.10
+++ e_widget_button.c   2 Aug 2006 04:40:46 -0000       1.11
@@ -90,6 +90,7 @@
    edje_object_part_swallow(wd->o_button, "icon_swallow", icon);
    edje_object_signal_emit(wd->o_button, "icon_visible", "");
    edje_object_message_signal_process(wd->o_button);
+   evas_object_pass_events_set(icon, 1);
    evas_object_show(icon);
    e_widget_sub_object_add(obj, icon);
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to