bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] GTK+ 2.0.5 incompatability (resend)


From: Phillip Skelton
Subject: [Bug-gnubg] GTK+ 2.0.5 incompatability (resend)
Date: Tue, 2 Jul 2002 10:20:33 +0200 (MEST)

Sorry if you received this first time I sent it, but it appeared
to bounce back.

I tried to compile gnubg-0.12 using the latest version of GTK+ (2.0.5).
There was one problem. The function gtk_accel_group_attach is private
and no longer accessible to programmers, and is supposed to be replaced
with gtk_window_add_accel_group. The private function is only used once,
in gtkgame.c line 2206. I replaced

gtk_accel_group_attach( pag, GTK_OBJECT( pwDialog ) );

with

gtk_windows_add_accel_group( GTK_WINDOW( pwDialog ), pag );

at line 2206, which compiled and appeared to run well enough. I don't
know exactly which part of the interface is affected by this, so I don't
know if my correction works or not.

Phill





reply via email to

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