[node-patches] Change in ovirt-node[master]: Fix snmp/cim page refresh issue

hadong0720 at gmail.com hadong0720 at gmail.com
Fri Apr 4 06:00:06 UTC 2014


hadong has uploaded a new change for review.

Change subject: Fix snmp/cim page refresh issue
......................................................................

Fix snmp/cim page refresh issue

Change-Id: I23207ae0a47d2108edb750cbdd4a2c4fbca6236b
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1045327
Signed-off-by: hadong <hadong at redhat.com>
---
M src/ovirt/node/ui/__init__.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/23/26423/1

diff --git a/src/ovirt/node/ui/__init__.py b/src/ovirt/node/ui/__init__.py
index 9a0031f..d473ce2 100644
--- a/src/ovirt/node/ui/__init__.py
+++ b/src/ovirt/node/ui/__init__.py
@@ -461,6 +461,7 @@
         super(CloseButton, self).__init__(path, label, enabled)
         self.on_activate.clear()
         self.on_activate.connect(CloseAction())
+        self.on_activate.connect(ReloadAction())
 
 
 class QuitButton(Button):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I23207ae0a47d2108edb750cbdd4a2c4fbca6236b
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