[PATCH 1/7] Offer completions for new mountpoints.

Vratislav Podzimek vpodzime at redhat.com
Tue Aug 28 08:14:39 UTC 2012


On Mon, 2012-08-27 at 10:36 -0400, Chris Lumens wrote:
> > > +        completion = self.builder.get_object("mountPointCompletion")
> > > +        completion.set_text_column(0)
> > > +        completion.set_popup_completion(True)
> > Just a nitpick -- any reason why the last two lines are not set in the
> > glade file?
> 
> Check this out from welcome.py:
> 
>         # I shouldn't have to do this outside of GtkBuilder, but see:
>         # https://bugzilla.gnome.org/show_bug.cgi?id=614150
>         completion = self.builder.get_object("languageEntryCompletion")
>         completion.set_text_column(1)
I was using Glade for these things when I was implementing completion
for the city combobox and it worked well. I will test it a bit more and
if it works, I will send a patch moving these lines to glade.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list