bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] 021231 Win32


From: Nardy Pillards
Subject: [Bug-gnubg] 021231 Win32
Date: Wed, 1 Jan 2003 16:55:08 +0100

Happy New Year all :-)

Win32 builds still give this popup:
(gnubg.exe:4294432981): Gdk-WARNING **: gdk_property_delete: General case
not implemented
after:
Appearance / Settings
click on the color (to change it)
close that window
close Appearance

Generating from line 1082 (gtkprefs.c)
 gtk_widget_destroy( gtk_widget_get_toplevel( pw ) );

It seems something goes wrong closing the color widget (lose track of
toplevel window?)

I looked up the net, but only found problems with menu widgets and toplevel
windows.

Changing the line to:
gtk_widget_destroy( pw  );
doesn't cause Win to come up with a DOS window anymore.....
but the resulting behaviour is not what GNU Bg users are looking for.
(the color widget closes nicely, but clicking the OK button in the
Appearance window erases the OK button in stead of the Appearance window)

Well...
I'm not a C programmer and not familiar with GTK.


__________
Nardy




reply via email to

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