Re: [Tails-dev] FIx Bug #7344 Double-clicking on an entry in…

Delete this message

Reply to this message
Author: Alan
Date:  
To: tails-dev
Subject: Re: [Tails-dev] FIx Bug #7344 Double-clicking on an entry in the language or keyboard layout lists is not enough
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