gnome-games r7185 - trunk/aisleriot



Author: chpe
Date: Sun Jan 13 22:08:03 2008
New Revision: 7185
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7185&view=rev

Log:
Remove RTL mirroring of the direction in up/down movement; it's simply wrong.


Modified:
   trunk/aisleriot/board.c

Modified: trunk/aisleriot/board.c
==============================================================================
--- trunk/aisleriot/board.c	(original)
+++ trunk/aisleriot/board.c	Sun Jan 13 22:08:03 2008
@@ -1889,7 +1889,7 @@
   /* First try in-slot focus movement */
   if (!is_control &&
       priv->focus_slot->expanded_down &&
-      aisleriot_board_move_cursor_in_slot (board, is_rtl ? -count : count))
+      aisleriot_board_move_cursor_in_slot (board, count))
     return TRUE;
 
   /* Cannot move in-slot; move focused slot */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]