--- pyanaconda/ui/gui/spokes/storage.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py index 3151058..b792a68 100644 --- a/pyanaconda/ui/gui/spokes/storage.py +++ b/pyanaconda/ui/gui/spokes/storage.py @@ -1,6 +1,6 @@ # Storage configuration spoke classes # -# Copyright (C) 2011 Red Hat, Inc. +# Copyright (C) 2011, 2012 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of @@ -437,6 +437,8 @@ class StorageSpoke(NormalSpoke): else: self.window.clear_info() + self.builder.get_object("summary_button").set_sensitive(count > 0) + def _update_disk_list(self): """ Update ignoredisk.onlyuse based on the UI. """ print "UPDATING DISK LIST" -- 1.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list