Icons should get events, even if the loaded edje group does not.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Sat, 1 May 2010 18:24:30 +0000 (18:24 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Sat, 1 May 2010 18:24:30 +0000 (18:24 +0000)
commitf7ec145316605096b2db4ac1605220fb70270eff
treec6d6b57081cd51da352aff8bd6752c5bfbb3ed22
parent082f1dd1f76f8fe8a7fde32912aa263feff7f3e3
Icons should get events, even if the loaded edje group does not.

This bug was exposed by e_widget_deskpreview, that uses native E
backgrounds as edje group. As backgrounds likely do not need mouse
events, or in the case of backgrounds converted from JPEG/PNG images,
the edje would never get an event, so as e_icon, then those that rely
on events on icon will never get called as no children get events.

SVN revision: 48515
src/bin/e_icon.c