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 160503 - changing through games 1-6 does not change board
changing through games 1-6 does not change board
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnotski
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-05 12:41 UTC by Josselin Mouette
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Fix for gnotski levels 1-6 on gnome-games-2.8 (1.58 KB, patch)
2004-12-13 02:41 UTC, Richard Hoelscher
none Details | Review

Description Josselin Mouette 2004-12-05 12:41:41 UTC
[ forwarded from http://bugs.debian.org/280663 ]

Select Game/Novice/1. Okay it appears. Now select
game 2: the board stays exactly the same! Same for 3, 4, 5, 6. Only
when 7 is selected does a new layout appear. 

If you select Game/Novice/1, then go to any game on the Game/Medium
menu and then go to Game/Novice/2 then the right layout is displayed!

The above is just one of the many ways the board can be made to 
not do the right thing. There are many others!
Comment 1 Richard Hoelscher 2004-12-05 15:52:40 UTC
Strange but true... while the relevant areas were completely replaced in gnome-
games-2.9 and beyond, this does affect 2.6 (downstream bug) and 2.8, possibly 
more. At issue is the fact that redraw_all is only called from the configure 
event cb, and in modern Gtk+, there's no configure event if a request to resize 
the window doesn't actually result in a size change. Just guessing, but this 
probably wasn't always the case....
Comment 2 Richard Hoelscher 2004-12-13 02:41:56 UTC
Created attachment 34784 [details] [review]
Fix for gnotski levels 1-6 on gnome-games-2.8

This bug is probably 18 months old, when gtk_widget_set_size_request on the
drawing area was used to replace a deprecated function.
Comment 3 Callum McKenzie 2004-12-13 09:25:46 UTC
Patch applied on the 2.8 branch. If it was during the last deprecated code
removal binge, then it was my fault.