[PATCH 1/5] If the filesystem doesn't support resize, there's no resizesb (#627153).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/iw/partition_ui_helpers_gui.py |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/iw/partition_ui_helpers_gui.py b/pyanaconda/iw/partition_ui_helpers_gui.py
index d7458b3..dafc837 100644
--- a/pyanaconda/iw/partition_ui_helpers_gui.py
+++ b/pyanaconda/iw/partition_ui_helpers_gui.py
@@ -234,8 +234,12 @@ def mountptchangeCB(widget, fstypecombo):
 
 def resizeOptionCB(widget, data):
     (formatcb, resizesb) = data
-    formatcb.set_sensitive(not widget.get_active())
-    resizesb.set_sensitive(widget.get_active())
+
+    if formatcb:
+        formatcb.set_sensitive(not widget.get_active())
+
+    if resizesb:
+        resizesb.set_sensitive(widget.get_active())
 
 def formatOptionResizeCB(widget, data):
     (resizecb, resizesb, fmt) = data
-- 
1.7.1.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux