Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_widget_ilist.c Log Message: Send proper unfocus signal to ilist when it loses focus. This fixes focus issue in Font Config Dialog. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_ilist.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- e_widget_ilist.c 28 Oct 2006 03:53:22 -0000 1.22 +++ e_widget_ilist.c 27 Nov 2006 10:33:03 -0000 1.23 @@ -297,7 +297,7 @@ } else { - edje_object_signal_emit(e_scrollframe_edje_object_get(wd->o_scrollframe), "focus_out", "e"); + edje_object_signal_emit(e_scrollframe_edje_object_get(wd->o_scrollframe), "e,state,unfocused", "e"); evas_object_focus_set(wd->o_ilist, 0); } } ------------------------------------------------------------------------- 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