Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/emblem


Modified Files:
        emblem_ui.c 


Log Message:
- change the scroll directions of the buttons. this is the same as entangle
  works. (and it seems more intuitive this way)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/emblem/emblem_ui.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- emblem_ui.c 20 Jul 2005 02:10:38 -0000      1.17
+++ emblem_ui.c 21 Jul 2005 04:48:49 -0000      1.18
@@ -363,7 +363,7 @@
 {
     Emblem *em;
     em = data;
-    esmart_container_scroll_start(em->gui.menu, -2);
+    esmart_container_scroll_start(em->gui.menu, 2);
     return;
 }
 
@@ -373,7 +373,7 @@
 {
     Emblem *em;
     em = data;
-    esmart_container_scroll_start(em->gui.menu, 2);
+    esmart_container_scroll_start(em->gui.menu, -2);
     return;
 }
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to