GNOME Bugzilla – Bug 171452
Statistics are off
Last modified: 2005-03-24 06:24:10 UTC
Please describe the problem: When a game is won and "New Game" is selected, one is added to the wins amount and two is added to the total number of games played. Steps to reproduce: 1. win a game 2. select "New Game" from the dialog box 3. check the statistics Actual results: One is added to the wins, two is added to the total games played. Expected results: One is added to the wins, one is added to the total games played. Does this happen every time? Yes Other information: I submitted this bug before, but could not find it in bugzilla.
Created attachment 39181 [details] [review] a patch for aisleriot/dialog.c All the patch does is set "game_in_progress" to "FALSE" when "New Game" is selected after a win.
This bug was fixed shortly after you and another person reported it last time. The fix will be present in gnome-games-2.10.1 *** This bug has been marked as a duplicate of 169462 ***