[master][PATCH] Fix typo introduced in refactorization (#1005511)

Vratislav Podzimek vpodzime at redhat.com
Tue Sep 10 14:29:23 UTC 2013


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

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index dafd7c0..393e52a 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -549,7 +549,7 @@ class ContainerDialog(GUIObject):
         self.encrypted = self._encryptCheckbutton.get_active()
         self.size_policy = size
 
-        self.builder._error_label.set_text("")
+        self._error_label.set_text("")
         self.window.destroy()
 
     def run(self):
-- 
1.7.11.7



More information about the anaconda-patches mailing list