[master 1/1] Fix enlightbox call in ZFCPDialog. (#1151144)

snbueno installerbot-noreply at redhat.com
Tue Mar 17 13:59:20 UTC 2015


From: "Samantha N. Bueno" <sbueno+anaconda at redhat.com>

Resolves: rhbz#1151144
---
 pyanaconda/ui/gui/spokes/filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/filter.py b/pyanaconda/ui/gui/spokes/filter.py
index da1c971..c31ce3e 100644
--- a/pyanaconda/ui/gui/spokes/filter.py
+++ b/pyanaconda/ui/gui/spokes/filter.py
@@ -656,7 +656,7 @@ def on_add_fcoe_clicked(self, widget, *args):
     def on_add_zfcp_clicked(self, widget, *args):
         dialog = ZFCPDialog(self.data, self.storage)
 
-        with self.main_window.enlightbox(self.window, dialog.window):
+        with self.main_window.enlightbox(dialog.window):
             dialog.refresh()
             dialog.run()
 


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/8c8057d43d0b8c3f52e2e0a210c39b100f877891


More information about the anaconda-patches mailing list