[node-patches] Change in ovirt-node[master]: Create buttons lower in ConfirmedDialog so users can define ...
rbarry at redhat.com
rbarry at redhat.com
Thu Aug 8 19:46:03 UTC 2013
Ryan Barry has uploaded a new change for review.
Change subject: Create buttons lower in ConfirmedDialog so users can define their own
......................................................................
Create buttons lower in ConfirmedDialog so users can define their own
Change-Id: Id648b18996b75ea335bf3e3ce16da547663c6c68
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/ui/__init__.py
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/51/17851/1
diff --git a/src/ovirt/node/ui/__init__.py b/src/ovirt/node/ui/__init__.py
index b607b56..90842ff 100644
--- a/src/ovirt/node/ui/__init__.py
+++ b/src/ovirt/node/ui/__init__.py
@@ -840,6 +840,9 @@
# Default: OK and Close
self.buttons = [Button(path + ".yes", "OK"),
CloseButton(path + ".close")]
+ buttons = self.buttons
+ super(ConfirmationDialog, self).__init__(path, title, text,
+ self.buttons)
class TransactionProgressDialog(Dialog):
--
To view, visit http://gerrit.ovirt.org/17851
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id648b18996b75ea335bf3e3ce16da547663c6c68
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