From 349cbfffac820a5abc760f7d2d0f3339a37d46e3 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 14 May 2010 06:30:12 -0400 Subject: [PATCH] - Fix: reset select_all_mode on select-none action --- program/js/app.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 77d1a36..36b258c 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -734,6 +734,7 @@ break; case 'select-none': + this.select_all_mode = false; this.message_list.clear_selection(); break; -- Gitblit v1.9.1