summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-02 20:56:38 +0000
committerMike Fulbright <msf@redhat.com>2001-07-02 20:56:38 +0000
commit985db75db893d897d72a793fff6fa83a8a52a93f (patch)
treefafae6275e0d7faa34ac154f3f9e2b958e4f7311 /harddrive.py
parent8cedce028a159eefb9a99c758b7db57ba016420f (diff)
downloadanaconda-985db75db893d897d72a793fff6fa83a8a52a93f.tar.gz
anaconda-985db75db893d897d72a793fff6fa83a8a52a93f.tar.xz
anaconda-985db75db893d897d72a793fff6fa83a8a52a93f.zip
Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately.
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harddrive.py b/harddrive.py
index c82181f6f..fd8cc565c 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -236,7 +236,7 @@ class HardDriveInstallMethod(InstallMethod):
"it was corrupted on transfer to this computer."
"\n\nPress OK to continue (but installation will "
"probably fail), or Cancel to exit the "
- "installer (RECOMMENDED). " % file, type = "okcancel").getrc()
+ "installer (RECOMMENDED). " % file, type = "okcancel")
if rc:
import sys
sys.exit(0)