[master] Make sure storage info bar is displayed (#1166730)

David Shea dshea at redhat.com
Mon Nov 24 22:49:01 UTC 2014


On 11/24/2014 05:40 PM, Brian C. Lane wrote:
> ---
>   pyanaconda/ui/gui/spokes/storage.py | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
> index a1fadc8..cd0b05f 100644
> --- a/pyanaconda/ui/gui/spokes/storage.py
> +++ b/pyanaconda/ui/gui/spokes/storage.py
> @@ -512,6 +512,7 @@ class StorageSpoke(NormalSpoke, StorageChecker):
>               self.set_warning(_("Error checking storage configuration.  Click for details."))
>           elif self.warnings:
>               self.set_warning(_("Warning checking storage configuration.  Click for details."))
> +        self.window.show_all()
>   
>       def initialize(self):
>           NormalSpoke.initialize(self)

Ack. Maybe for 22 we should just add a clear+show into 
anaconda_base_window_set_info_bar


More information about the anaconda-patches mailing list