This is a really little contribution of Kanzeon to your great work.

Index: e_actions.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.4
diff -u -r1.4 e_actions.c
--- e_actions.c 29 Apr 2005 19:47:30 -0000      1.4
+++ e_actions.c 30 Apr 2005 14:32:59 -0000
@@ -195,7 +195,7 @@
             dx = zone->desk_x_current + dx;
             if (dx < 0) dx = 0;
             else if (dx >= zone->desk_x_count) dx = zone->desk_x_count  - 1;
-            dy = zone->desk_x_current + dy;
+            dy = zone->desk_y_current + dy;
             if (dy < 0) dy = 0;
             else if (dy >= zone->desk_y_count) dy = zone->desk_y_count  - 1;
             desk = e_desk_at_xy_get(zone, dx, dy);



Index: e_bindings.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_bindings.c,v
retrieving revision 1.6
diff -u -r1.6 e_bindings.c
--- e_bindings.c        29 Apr 2005 19:42:18 -0000      1.6
+++ e_bindings.c        30 Apr 2005 14:32:21 -0000
@@ -72,7 +72,7 @@
                      "desk_flip_by", "0 -1");
    e_bindings_key_add(E_BINDING_CONTEXT_ANY,
                      "Down", E_BINDING_MODIFIER_SHIFT | 
E_BINDING_MODIFIER_ALT, 0,
-                     "desk_flip_by", "0 -1");
+                     "desk_flip_by", "0 1");
    e_bindings_key_add(E_BINDING_CONTEXT_ANY,
                      "Up", E_BINDING_MODIFIER_CTRL | E_BINDING_MODIFIER_ALT, 0,
                      "window_raise", "");


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to