After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171452 - Statistics are off
Statistics are off
Status: RESOLVED DUPLICATE of bug 169462
Product: gnome-games-superseded
Classification: Deprecated
Component: freecell
2.10.x
Other All
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-24 05:48 UTC by wbartl1
Modified: 2005-03-24 06:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
a patch for aisleriot/dialog.c (303 bytes, patch)
2005-03-24 05:52 UTC, wbartl1
none Details | Review

Description wbartl1 2005-03-24 05:48:41 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.
Comment 1 wbartl1 2005-03-24 05:52:12 UTC
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.
Comment 2 Richard Hoelscher 2005-03-24 06:24:10 UTC
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 ***