[anaconda][rhel7-branch/master][PATCH] Allow to search specialized and network devices after pressing Enter (#1058364)

Chris Lumens clumens at redhat.com
Wed Sep 10 15:14:48 UTC 2014


> > +        find_button = self.builder.get_object("searchFindButton")
> Please make it 'self._findButton' and pull it just once from the
> builder. Otherwise this looks good to me.

Probably not critical since it's a different find button for each page
and thus it's already only getting pulled once from the builder.  But
yeah if more stuff needs to be done in the future, it could be handy.

- Chris


More information about the anaconda-patches mailing list