Re: Signal handler bug in GTK?

2006-05-14 Thread Sander Marechal
Tristan Van Berkom wrote: Are they really called /before/ you are calling glade_xml_signal_autoconnect () ? Yes. glade_xml_signal_autoconnect() is almost the last thing I call before gtk_main(). See my code at http://svn.jejik.com/viewcvs.cgi/hearts/trunk/src/hearts.c?view=markup&rev=27&pathr

Re: Signal handler bug in GTK?

2006-05-14 Thread Tristan Van Berkom
Sander Marechal wrote: Hello, I think I found a bug in GTK, but it could also be that the expected behaviour is changed, so I thought I'd ask here first before filing a bug in bugzilla. In my gtk application, the the main() function goes something like this: 1) load a glade XML file 2) ini

Signal handler bug in GTK?

2006-05-14 Thread Sander Marechal
Hello, I think I found a bug in GTK, but it could also be that the expected behaviour is changed, so I thought I'd ask here first before filing a bug in bugzilla. In my gtk application, the the main() function goes something like this: 1) load a glade XML file 2) initialize some stuff (this

Re: GQuark question

2006-05-14 Thread Milosz Derezynski
And what is your question exactly? :DOn 5/14/06, John Martin <[EMAIL PROTECTED]> wrote: I was trying to better understand how GQuarks work with GError and while looking at the implementation I noticed the hash table allocated to hold the quarks is never destroyed. The source I'm looking at is from