Re: GtkFileChooser selection-changed signal emission on gtk_dialog_run()

2012-06-14 Thread James Morris
On 14 June 2012 16:54, James Morris wrote: > Hi, > > I've got a problem with the "selection-changed" signal being emitted > as soon as gtk_dialog_run is called on a GtkFileChooserDialog. I tried > delaying connection of the callback until right before calling > gtk_dialog_run but there were still

GtkFileChooser selection-changed signal emission on gtk_dialog_run()

2012-06-14 Thread James Morris
Hi, I've got a problem with the "selection-changed" signal being emitted as soon as gtk_dialog_run is called on a GtkFileChooserDialog. I tried delaying connection of the callback until right before calling gtk_dialog_run but there were still four calls (in a row AFAICT) to the callback. I am now