[PATCH 1/3] Add the User creation spoke including the Advanced dialog

Vratislav Podzimek vpodzime at redhat.com
Wed Feb 13 10:03:57 UTC 2013


On Tue, 2013-02-12 at 15:36 -0500, Chris Lumens wrote:
> > > +        self.pw.connect("changed", self._checkPassword)
> > > +        self.confirm.connect("changed", self._checkPassword)
> > > +        self.fullname.connect("changed", self._guessNames)
> > > +        self.username.connect("changed", self._guessNameDisabler)
> > > +        self.usepassword.connect("toggled", self._passwordDisabler)
> > These should go to the .glade file, if possible.
> 
> As long as you don't want to pass extra parameters to signal callbacks,
> you should be able to specify them in glade.  If you do want to pass
> extra parameters, well, last time I tried this didn't work.  It may have
> changed since then.
It somehow "works". Problem is that it passes the user_data object
instead of the widget (so as the first argument of the callback).

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list