[node-patches] Change in ovirt-node[master]: network_page:fix always prompt "no changes, nothing to do." ...
hadong0720 at gmail.com
hadong0720 at gmail.com
Sun Sep 1 06:04:35 UTC 2013
hadong has uploaded a new change for review.
Change subject: network_page:fix always prompt "no changes, nothing to do." issue
......................................................................
network_page:fix always prompt "no changes, nothing to do." issue
Change-Id: Ib0a97d1d399c72258e85f47c7b9f636aa2a7ff60
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1003231
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M src/ovirt/node/setup/core/network_page.py
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/33/18733/1
diff --git a/src/ovirt/node/setup/core/network_page.py b/src/ovirt/node/setup/core/network_page.py
index 4d8d676..3191949 100644
--- a/src/ovirt/node/setup/core/network_page.py
+++ b/src/ovirt/node/setup/core/network_page.py
@@ -265,6 +265,8 @@
"Settings", txt,
)
return self._confirm_dialog
+ else:
+ return self._nic_dialog
if "dialog.confirm.yes" in changes:
self._confirm_dialog.close()
--
To view, visit http://gerrit.ovirt.org/18733
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0a97d1d399c72258e85f47c7b9f636aa2a7ff60
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
More information about the node-patches
mailing list