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

Brian C. Lane bcl at redhat.com
Thu Feb 28 01:29:12 UTC 2013


On Wed, Feb 27, 2013 at 04:18:27PM -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)

-- 
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/20130227/85b255c5/attachment.sig>


More information about the anaconda-patches mailing list