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

Chris Lumens clumens at redhat.com
Tue Sep 10 14:48:27 UTC 2013


> 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):

Looks good.

- Chris


More information about the anaconda-patches mailing list