Hi,
On Tue, 3 Jun 2014 20:47:18 +0000
Andres Gomez Ramirez <andres.gomez@???> wrote:
> > However, I fail to understand the need of these changes:
> > - builder.connect_signals(self.dialog)
> > + builder.connect_signals(self)
>
> I made this change because in the current way (self.dialog)
> you obtain an error: "handler cb_langdialog_button_press not found",
>
OK.
> > - why do you use self instead of data (use of data is advised in
> > callbacks as far as I know)? I think that self.dialog should be
> > replaced by data.dialog.
>
> Here it is the same as before if you use data.anything, then you have
> an error. Maybe there is a better way, but I failed to find how to do
> it in gtk3.
>
Strange. But given your answers, I think this in not a blocker.
Cheers