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

[kidsgames] stickerbook fix for gtk1.2




Cees de Groot <cg@cdegroot.com> kindly submitted a patch to fix the
stickerbook crash for GTK 1.2.  You can download the new version
from http://users.powernet.co.uk/kienzle/stickers/index.html, or if
you don't want to wait for a 700k download, simply put "#include <math.h>"
at the start of main.c and type make.  The other errors are fixed
with the one line change:
rc.c(405)
-      gtk_container_add (GTK_CONTAINER (scrolled_window), box2);
+      gtk_scrolled_window_add_with_viewport 
+       (GTK_SCROLLED_WINDOW (scrolled_window), box2);


Paul Kienzle
stickers@kienzle.powernet.co.uk
-
kidgames@smluc.org  -- To get off this list send "unsubscribe" in the
body of a message to majordomo@smluc.org