Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_events.c 


Log Message:
Small bug fix in event dispatching. Updated TODO roadmap. Some updating of the
config tool.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_events.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ewl_events.c        16 Jul 2003 21:05:22 -0000      1.37
+++ ewl_events.c        19 Jul 2003 04:20:40 -0000      1.38
@@ -318,7 +318,7 @@
         */
        temp = last_selected;
        while (temp) {
-               if (!(last_selected->state & EWL_STATE_DISABLED)) {
+               if (!(temp->state & EWL_STATE_DISABLED)) {
                        temp->state &= ~EWL_STATE_PRESSED;
                        ewl_callback_call_with_event_data(temp,
                                        EWL_CALLBACK_MOUSE_UP, ev);




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to