We were doing fine at this except for one case, where the contents of the customize combo are displayed for the first time. --- pyanaconda/ui/gui/spokes/custom.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py index 048b0dc..78047a9 100644 --- a/pyanaconda/ui/gui/spokes/custom.py +++ b/pyanaconda/ui/gui/spokes/custom.py @@ -2408,6 +2408,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
fsCombo.set_active(active_index) fsCombo.set_sensitive(self._reformatCheckbox.get_sensitive() and + self._reformatCheckbox.get_active() and fs_type_sensitive) # end btrfs magic
On Tue, Dec 11, 2012 at 12:54:17PM -0500, Chris Lumens wrote:
We were doing fine at this except for one case, where the contents of the customize combo are displayed for the first time.
pyanaconda/ui/gui/spokes/custom.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py index 048b0dc..78047a9 100644 --- a/pyanaconda/ui/gui/spokes/custom.py +++ b/pyanaconda/ui/gui/spokes/custom.py @@ -2408,6 +2408,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
fsCombo.set_active(active_index) fsCombo.set_sensitive(self._reformatCheckbox.get_sensitive() and
self._reformatCheckbox.get_active() and fs_type_sensitive) # end btrfs magic-- 1.7.11.2
Ack
anaconda-patches@lists.fedorahosted.org