diff --git a/package.json b/package.json index da1d7318..554fbe7c 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "c9.ide.run": "#3cd1f257ca", "c9.ide.run.build": "#0598fff697", "c9.ide.run.debug.xdebug": "#054367574c", - "c9.ide.save": "#25a63f31e2", + "c9.ide.save": "#ed8b7a5622", "c9.ide.scm": "#637a68cd04", "c9.ide.terminal.monitor": "#5a6a54ce24", "c9.ide.test": "#102942ae4e", diff --git a/plugins/c9.ide.dialog.common/question.js b/plugins/c9.ide.dialog.common/question.js index 23d08df1..f93b1300 100644 --- a/plugins/c9.ide.dialog.common/question.js +++ b/plugins/c9.ide.dialog.common/question.js @@ -58,7 +58,7 @@ define(function(require, module, exports) { }); plugin.update([ - { id: "cancel", visible: cancel, onclick: function(){ plugin.hide(); } }, + { id: "cancel", visible: cancel && !options.notoall, onclick: function() { plugin.hide(); } }, { id: "dontask", visible: showDontAsk }, { id: "yestoall", visible: all, onclick: function(){ gotYesNo = true;