[PATCH] The Custom spoke doesn't need mountPointStore and mountPointCompletion

Vratislav Podzimek vpodzime at redhat.com
Wed Mar 19 07:46:07 UTC 2014


Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 pyanaconda/ui/gui/spokes/custom.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 42ec171..8acf1e1 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -125,8 +125,7 @@ partition_only_format_types = ["efi", "macefi", "prepboot", "biosboot",
 class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
     builderObjects = ["customStorageWindow", "containerStore",
                       "partitionStore", "raidStoreFiltered", "raidLevelStore",
-                      "addImage", "removeImage", "settingsImage",
-                      "mountPointCompletion", "mountPointStore"]
+                      "addImage", "removeImage", "settingsImage",]
     mainWidgetName = "customStorageWindow"
     uiFile = "spokes/custom.glade"
 
-- 
1.8.5.3



More information about the anaconda-patches mailing list