[PATCH 2/4] Do not decorate the dialog that appears when you click on storage info bar.

Chris Lumens clumens at redhat.com
Mon Nov 5 19:54:41 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 6f00864..66f3085 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -2143,6 +2143,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
                                 message_type=Gtk.MessageType.ERROR,
                                 buttons=Gtk.ButtonsType.CLOSE,
                                 message_format=str(self._error))
+        dlg.set_decorated(False)
 
         with enlightbox(self.window, dlg):
             dlg.run()
-- 
1.7.11.2



More information about the anaconda-patches mailing list