summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-04-03 11:38:50 -0400
committerChris Lumens <clumens@redhat.com>2012-04-03 11:38:50 -0400
commit9733ded96e7db492d5d26e91ecd4a34f3e787ff7 (patch)
tree5553263642ee92df8fa5aae2258ddc1665808cd8
parent8c866cbb4c1b6c987ace97fe3b42589e964c4e9c (diff)
downloadanaconda-9733ded96e7db492d5d26e91ecd4a34f3e787ff7.tar.gz
anaconda-9733ded96e7db492d5d26e91ecd4a34f3e787ff7.tar.xz
anaconda-9733ded96e7db492d5d26e91ecd4a34f3e787ff7.zip
Add a completed method to the storage spoke.
This way, it's possible for you to continue on to the second hub.
-rw-r--r--pyanaconda/ui/gui/spokes/storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
index 2880295d3..8b39a03e6 100644
--- a/pyanaconda/ui/gui/spokes/storage.py
+++ b/pyanaconda/ui/gui/spokes/storage.py
@@ -347,7 +347,7 @@ class StorageSpoke(NormalSpoke):
@property
def completed(self):
- return False
+ return self.status != _("No disks selected")
@property
def ready(self):