gnome-games r7185 - trunk/aisleriot
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7185 - trunk/aisleriot
- Date: Sun, 13 Jan 2008 22:08:03 +0000 (GMT)
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]