Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_seeker.c 


Log Message:
horizontal ewl_seeker seeks correctly now
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_seeker.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_seeker.c        9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_seeker.c        10 Mar 2005 20:22:48 -0000      1.2
@@ -556,7 +556,7 @@
                        step = -s->step;
                }
                else if (ev->x > xx + ww) {
-                       value = s->step;
+                       step = s->step;
                }
        }
        else {




-------------------------------------------------------
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