From b9ce92d883b30172b6185ac4dd1a922b3c414f0f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 15 Mar 2012 14:33:17 -0400 Subject: [PATCH] - Fix lack of warning when switching task in compose window (#1488399) --- program/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 40cca70..b2cb1c0 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -175,7 +175,7 @@ } // enable general commands - this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', 'compose', 'undo', 'about', true); + this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', 'compose', 'undo', 'about', 'switch-task', true); if (this.env.permaurl) this.enable_command('permaurl', true); -- Gitblit v1.9.1