Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
Oops - Fix keybindings.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/events.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- events.c    25 Mar 2005 18:11:53 -0000      1.81
+++ events.c    22 Apr 2005 17:45:30 -0000      1.82
@@ -224,7 +224,7 @@
             if (lst)
               {
                  for (i = 0; i < num; i++)
-                    EventAclass(ev, NULL, (ActionClass *) lst[i]);
+                    EventAclass(ev, GetFocusEwin(), (ActionClass *) lst[i]);
                  Efree(lst);
               }
          }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to