summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-05-05 19:35:25 +0000
committerErik Troan <ewt@redhat.com>1999-05-05 19:35:25 +0000
commit02b0e7f7e0c8f80c53e468e9119d17e0ab52bb86 (patch)
treed8df6a56b4b255630a009f123e83ffe0675af02c /gui.py
parent662f9f7639059e040c566c0938bce1baabdf8c47 (diff)
downloadanaconda-02b0e7f7e0c8f80c53e468e9119d17e0ab52bb86.tar.gz
anaconda-02b0e7f7e0c8f80c53e468e9119d17e0ab52bb86.tar.xz
anaconda-02b0e7f7e0c8f80c53e468e9119d17e0ab52bb86.zip
test setupFileystems in PartitionWindow()
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 135ee2fb6..ea31773f2 100755
--- a/gui.py
+++ b/gui.py
@@ -70,7 +70,7 @@ class PartitionWindow:
self.rc = 0
def run(self, todo):
- if (todo.runLive): return -2
+ if (not todo.setupFilesystems): return -2
window = GtkWindow()
window.set_border_width(10)