On 07/20/2011 09:40 AM, Chris Lumens wrote:
--- pyanaconda/rescue.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py index 69786b5..1e71dd6 100644 --- a/pyanaconda/rescue.py +++ b/pyanaconda/rescue.py @@ -51,8 +51,8 @@ class RescueInterface(InstallInterfaceBase): def waitWindow(self, title, text): return WaitWindow(self.screen, title, text) - def progressWindow(self, title, text, total): - return ProgressWindow(self.screen, title, text, total) + def progressWindow(self, title, text, total, updpct = 0.05, pulse = False): + return ProgressWindow(self.screen, title, text, total, updpct, pulse) def detailedMessageWindow(self, title, text, longText=None, type="ok", default=None, custom_icon=None,
Ack. -- David Cantrell <dcantrell@xxxxxxxxxx> Supervisor, Installer Engineering Team Red Hat, Inc. | Westford, MA | EST5EDT _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list