GtkFileChooserButton::file-set

2012-10-03 Thread Nicola Fontana
I need to catch when the file has changed in a GtkFileChooserButton. I thought connecting to "file-set" was enough but this signal is not emitted when the user cancels (although bug 555351 does not agree [1]). Here is the proof: #include int main(int argc, char **argv) { GtkWidget *window,

GtkFileChooserButton::file-set

2012-10-03 Thread Rafał Mużyło
On Wed, Oct 03, 2012 at 10:23:12PM +0200, Nicola Fontana wrote: > I need to catch when the file has changed in a > GtkFileChooserButton. I thought connecting to "file-set" was > enough but this signal is not emitted when the user cancels > (although bug 555351 does not agree [1]). Here is the proof

GtkFileChooserButton::file-set

2012-10-03 Thread Rafał Mużyło
On Thu, Oct 04, 2012 at 12:33:24AM +0200, Nicola Fontana wrote: > Il Wed, 3 Oct 2012 23:28:23 +0200 Rafał Mużyło > scrisse: > > > but the change on cancel was > > recently fixed in bug . in regard of gtk 3.4 and 3.6 (unfortunately, not in > > 2.24 though, even if it seems to be only a matter of

Re: GtkFileChooserButton::file-set

2012-10-03 Thread Nicola Fontana
Il Wed, 3 Oct 2012 23:28:23 +0200 Rafał Mużyło scrisse: > On Wed, Oct 03, 2012 at 10:23:12PM +0200, Nicola Fontana wrote: > > I need to catch when the file has changed in a > > GtkFileChooserButton. I thought connecting to "file-set" was > > enough but this signal is not emitted when the user can

Re: GtkFileChooserButton::file-set

2012-10-04 Thread Nicola Fontana
Il Thu, 4 Oct 2012 02:00:39 +0200 Rafał Mużyło scrisse: > On Thu, Oct 04, 2012 at 12:33:24AM +0200, Nicola Fontana wrote: > > Il Wed, 3 Oct 2012 23:28:23 +0200 Rafał Mużyło > > scrisse: > > > > > but the change on cancel was > > > recently fixed in bug . in regard of gtk 3.4 and 3.6 (unfortunat