[node-patches] Change in ovirt-node[master]: Fix security page refresh after save

rbarry at redhat.com rbarry at redhat.com
Tue Jul 2 21:04:07 UTC 2013


Ryan Barry has uploaded a new change for review.

Change subject: Fix security page refresh after save
......................................................................

Fix security page refresh after save

return self.ui_content() instead of ui.content()

Change-Id: Icd0456fe6ead41f92ad580ebb730b0b716c22a11
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/setup/core/security_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/62/16362/1

diff --git a/src/ovirt/node/setup/core/security_page.py b/src/ovirt/node/setup/core/security_page.py
index 4f062de..9b9f934 100644
--- a/src/ovirt/node/setup/core/security_page.py
+++ b/src/ovirt/node/setup/core/security_page.py
@@ -120,4 +120,4 @@
         progress_dialog = ui.TransactionProgressDialog("dialog.txs", txs, self)
         progress_dialog.run()
 
-        return ui.content()
+        return self.ui_content()


-- 
To view, visit http://gerrit.ovirt.org/16362
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd0456fe6ead41f92ad580ebb730b0b716c22a11
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list