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

Brian C. Lane bcl at redhat.com
Tue Nov 25 00:17:07 UTC 2014


On Mon, Nov 24, 2014 at 05:49:01PM -0500, David Shea wrote:
> 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

They used to be in the set methods, but commit b94b6df4286b removed them
because they were causing problems. So I'm not sure what would happen if
we did that.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list