Re: [pygtk] GnomeDialog + applet callback bug again

2001-11-24 Thread James Henstridge
Colin Walters wrote: So, I was hoping that upgrading to python-gnome 1.4.1 would solve this bug where creating a GnomeDialog from an applet callback causes a hangup, but it didn't. It was suggested earlier that this might be a bug in the GNOME libraries, but I don't think so. I've attached

Re: [pygtk] GnomeDialog + applet callback bug again

2001-11-24 Thread Colin Walters
James Henstridge [EMAIL PROTECTED] writes: Do you see the lockup behaviour in the C version if you add the following line to the main() function before applet_widget_init()?: g_thread_init(NULL); You will also need to link the test applet against the gthread library. If this hangs, then it