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

Brian C. Lane bcl at redhat.com
Thu Feb 28 17:18:54 UTC 2013


On Thu, Feb 28, 2013 at 08:42:26AM -0500, Chris Lumens wrote:
> > >          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.

oops, missed that. Its fine then.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20130228/415d1365/attachment.sig>


More information about the anaconda-patches mailing list