[PATCH 1/2] For cmdline mode, add the long text to what messageWindow will print (#528006).

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

 



---
 cmdline.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cmdline.py b/cmdline.py
index 5fe9d20..310dc76 100644
--- a/cmdline.py
+++ b/cmdline.py
@@ -107,6 +107,9 @@ class InstallInterface:
     def detailedMessageWindow(self, title, text, longText=None, type="ok",
                               default=None, custom_buttons=None,
                               custom_icon=None):
+        if longText:
+            text += "\n\n%s" % longText
+
         self.messageWindow(title, text, type=type, default=default,
                            custom_buttons=custom_buttons, custom_icon=custom_icon)
 
-- 
1.6.5.rc2

_______________________________________________
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