diff options
author | Erik Troan <ewt@redhat.com> | 1999-05-05 19:35:25 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-05-05 19:35:25 +0000 |
commit | 02b0e7f7e0c8f80c53e468e9119d17e0ab52bb86 (patch) | |
tree | d8df6a56b4b255630a009f123e83ffe0675af02c /gui.py | |
parent | 662f9f7639059e040c566c0938bce1baabdf8c47 (diff) | |
download | anaconda-02b0e7f7e0c8f80c53e468e9119d17e0ab52bb86.tar.gz anaconda-02b0e7f7e0c8f80c53e468e9119d17e0ab52bb86.tar.xz anaconda-02b0e7f7e0c8f80c53e468e9119d17e0ab52bb86.zip |
test setupFileystems in PartitionWindow()
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |