[PATCH] progressWindow takes a bunch of new arguments for pulsing (#723345).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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,
-- 
1.7.4.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux