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
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