bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Toolbar changes in gtkboard.c


From: Jim Segrave
Subject: [Bug-gnubg] Toolbar changes in gtkboard.c
Date: Sat, 26 Jul 2003 16:22:12 +0200
User-agent: Mutt/1.2.5.1i

I see you've made a lot of changes to the toolbar in gtkboard.c. I'm
now getting gtk warnings about invalid casting of a pointer and that
the object passed to gtk_toggle_button_set_active is not a toggle button

gtkboard.c:
    2296                gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON( bd->
    2296 button_clockwise ),
    2297                                       fClockwise );

And I don't see anywhere where bd->button_clockwise is set up.
Commenting out the line supresses the warnings and appears to have no
ill-effects, but I suspect, from looking at the other changes, that
there may be more required than simply deleting this line, so I
haven't done a commit.

-- 
Jim Segrave           address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]