Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/data/themes/default


Modified Files:
        default.edc 


Log Message:
mouse wheel zooming was backwards, reported by vapier

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/default/default.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- default.edc 19 Oct 2003 18:02:21 -0000      1.10
+++ default.edc 22 Oct 2003 07:14:46 -0000      1.11
@@ -2435,14 +2435,14 @@
            program
            {
                name, "MouseWheelZoomerInner";
-               signal, "mouse,wheel,0,1";
+               signal, "mouse,wheel,0,-1";
                source, "EnticeImage";
                action, SIGNAL_EMIT "EnticeImageZoomIn" "";
            }
            program
            {
                name, "MouseWheelZoomerOuter";
-               signal, "mouse,wheel,0,-1";
+               signal, "mouse,wheel,0,1";
                source, "EnticeImage";
                action, SIGNAL_EMIT "EnticeImageZoomOut" "";
            }




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to