On Sat, 30 Apr 2005 16:41:52 +0200 Roberto Huelga <[EMAIL PROTECTED]> babbled: (B (B> This is a really little contribution of Kanzeon to your great work. (B (Bthanks - but you're a little slow... it's already changed many hours ago in cvs (B:) and fixed - it moved to e_zone.c :) (B (B> (B> Index: e_actions.c (B> =================================================================== (B> RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_actions.c,v (B> retrieving revision 1.4 (B> diff -u -r1.4 e_actions.c (B> --- e_actions.c 29 Apr 2005 19:47:30 -0000 1.4 (B> +++ e_actions.c 30 Apr 2005 14:32:59 -0000 (B> @@ -195,7 +195,7 @@ (B> dx = zone->desk_x_current + dx; (B> if (dx < 0) dx = 0; (B> else if (dx >= zone->desk_x_count) dx = zone->desk_x_count - 1; (B> - dy = zone->desk_x_current + dy; (B> + dy = zone->desk_y_current + dy; (B> if (dy < 0) dy = 0; (B> else if (dy >= zone->desk_y_count) dy = zone->desk_y_count - 1; (B> desk = e_desk_at_xy_get(zone, dx, dy); (B> (B> (B> (B> Index: e_bindings.c (B> =================================================================== (B> RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_bindings.c,v (B> retrieving revision 1.6 (B> diff -u -r1.6 e_bindings.c (B> --- e_bindings.c 29 Apr 2005 19:42:18 -0000 1.6 (B> +++ e_bindings.c 30 Apr 2005 14:32:21 -0000 (B> @@ -72,7 +72,7 @@ (B> "desk_flip_by", "0 -1"); (B> e_bindings_key_add(E_BINDING_CONTEXT_ANY, (B> "Down", E_BINDING_MODIFIER_SHIFT | (B> E_BINDING_MODIFIER_ALT, 0, (B> - "desk_flip_by", "0 -1"); (B> + "desk_flip_by", "0 1"); (B> e_bindings_key_add(E_BINDING_CONTEXT_ANY, (B> "Up", E_BINDING_MODIFIER_CTRL | E_BINDING_MODIFIER_ALT, 0, (B> "window_raise", ""); (B> (B> (B> ------------------------------------------------------- (B> This SF.Net email is sponsored by: NEC IT Guy Games. (B> Get your fingers limbered up and give it your best shot. 4 great events, 4 (B> opportunities to win big! Highest score wins.NEC IT Guy Games. Play to (B> win an NEC 61 plasma display. Visit http://www.necitguy.com/?r (B> _______________________________________________ (B> enlightenment-devel mailing list (B> [email protected] (B> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel (B> (B (B (B-- (B------------- Codito, ergo sum - "I code, therefore I am" -------------- (BThe Rasterman (Carsten Haitzler) [EMAIL PROTECTED] $BMg9%B?(B [EMAIL PROTECTED] (BTokyo, Japan ($BEl5~(B $BF|K\(B) (B (B (B------------------------------------------------------- (BThis SF.Net email is sponsored by: NEC IT Guy Games. (BGet your fingers limbered up and give it your best shot. 4 great events, 4 (Bopportunities to win big! Highest score wins.NEC IT Guy Games. Play to (Bwin an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 (B_______________________________________________ (Benlightenment-devel mailing list ([email protected] (Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel
