gnome-games r7202 - trunk/aisleriot



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

Log:
Call error_bell when dropping the cards failed in click-to-move mode.


Modified:
   trunk/aisleriot/board.c

Modified: trunk/aisleriot/board.c
==============================================================================
--- trunk/aisleriot/board.c	(original)
+++ trunk/aisleriot/board.c	Sun Jan 13 22:08:40 2008
@@ -2727,7 +2727,7 @@
     if (aisleriot_board_move_selected_cards_to_slot (board, hslot))
       return TRUE;
 
-    /* FIXMEchpe: maybe beep? */
+    aisleriot_board_error_bell (board);
 
     /* Trying to move the cards has unset the selection; select
      * the clicked-on cards instead.



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