On Mon, May 16, 2011 at 01:47:07PM +0200, Ales Kozumplik wrote: > --- > pyanaconda/iw/autopart_type.py | 4 ++-- > pyanaconda/iw/bootloader_main_gui.py | 4 ++-- > pyanaconda/iw/upgrade_bootloader_gui.py | 9 ++++----- > pyanaconda/text.py | 11 ++++++----- > pyanaconda/textw/upgrade_bootloader_text.py | 8 ++++---- > 5 files changed, 18 insertions(+), 18 deletions(-) > > diff --git a/pyanaconda/iw/upgrade_bootloader_gui.py b/pyanaconda/iw/upgrade_bootloader_gui.py > index b8bf0c8..7090685 100644 > --- a/pyanaconda/iw/upgrade_bootloader_gui.py > +++ b/pyanaconda/iw/upgrade_bootloader_gui.py > @@ -43,12 +43,11 @@ class UpgradeBootloaderWindow (InstallWindow): > self.dispatch.skipStep("bootloader") > self.dispatch.skipStep("instbootloader") > elif self.newbl_radio.get_active(): > - self.dispatch.skipStep("bootloader", skip = 0) > - self.dispatch.skipStep("instbootloader", skip = 0) > + self.dispatch.request_step("bootloader") Shouldn't there also be: self.dispatch.request_step("instbootloader") -- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
Attachment:
pgp2cg5vBMYSE.pgp
Description: PGP signature
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list