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

Chris Lumens clumens at redhat.com
Mon Aug 27 14:36:09 UTC 2012


> > +        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 don't know about the last line, though.

- Chris


More information about the anaconda-patches mailing list