[PATCH 3/7] Get rid of the currentPage method.

Chris Lumens clumens at redhat.com
Thu Feb 28 13:42:26 UTC 2013


> >          self._initialized = True
> > -        self.on_page_clicked(self._accordion.currentPage(),
> > -                             mountpointToShow=mountpointToShow)
> > +        currentPage = self._current_page
> > +        if currentPage:
> > +            self.on_page_clicked(self.currentPage,
> 
> I think you mean currentPage here.
> 
> > +                                 mountpointToShow=mountpointToShow)

I do, but patch #4 does some other stuff in this area that makes it
fine.  I can correct it if you care that much about an intermediate
patch.

- Chris


More information about the anaconda-patches mailing list