Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: fix duplicate dialog name ......................................................................
packaging: setup: fix duplicate dialog name Not causing bugs currently. Can interfere with automated testing that uses the dialog name to choose an answer. Change-Id: Ifca577858a5998bd05f39347b24f368131ca74e4 Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/setup/plugins/ovirt-engine-remove/websocket_proxy/misc.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/40815/1 diff --git a/packaging/setup/plugins/ovirt-engine-remove/websocket_proxy/misc.py b/packaging/setup/plugins/ovirt-engine-remove/websocket_proxy/misc.py index 40644e5..3216ee2 100644 --- a/packaging/setup/plugins/ovirt-engine-remove/websocket_proxy/misc.py +++ b/packaging/setup/plugins/ovirt-engine-remove/websocket_proxy/misc.py @@ -62,7 +62,7 @@ owspcons.RemoveEnv.REMOVE_WSP ] = dialog.queryBoolean( dialog=self.dialog, - name='OVESETUP_REMOVE_ENGINE', + name='OVESETUP_REMOVE_WEBSOCKET_PROXY', note=_( 'Do you want to remove the WebSocket proxy? ' '(@VALUES@) [@DEFAULT@]: ' -- To view, visit https://gerrit.ovirt.org/40815 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifca577858a5998bd05f39347b24f368131ca74e4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
