Re: Is "old" Combo broken

2008-03-31 Thread Toralf Lund
Tor Lillqvist wrote: >> GLib-GObject:invalid uninstantiatable type `' in cast to >> `GdkWindow' >> >> Then a segfault. This is with Gtk version 2.12.5 on win32. >> > > There are no "segfaults" as such on Windows, but yeah, Hmmm... I suppose not, but gdb under MinGW does refer to SEGV... >

Re: Is "old" Combo broken

2008-03-28 Thread Tor Lillqvist
> GLib-GObject:invalid uninstantiatable type `' in cast to `GdkWindow' > > Then a segfault. This is with Gtk version 2.12.5 on win32. There are no "segfaults" as such on Windows, but yeah, I know what you mean. This sounds very much like bug #506769. It is fixed in 2.12.6 and later. --tml

Is "old" Combo broken

2008-03-28 Thread Toralf Lund
I'm trying to use some old code using "old" combo widgets, i.e. GtkCombo, not GtkComboBox. It doesn't work very well. If I do some sort of interaction with the pulldown lists, then close my window, I get the message: GLib-GObject:invalid uninstantiatable type `' in cast to `GdkWindow' Then a