From c6a6d25214c406e63586fc832daa6fcdc20231dc Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 06 May 2010 05:41:12 -0400 Subject: [PATCH] - last commit fix --- program/js/app.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 00e6c8e..d962218 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1404,7 +1404,8 @@ this.enable_command('delete', 'moveto', 'copy', 'mark', (list.selection.length > 0 ? true : false)); // reset all-pages-selection - this.select_all_mode = false; + if (selected || list.selection.length != list.rowcount) + this.select_all_mode = false; // start timer for message preview (wait for double click) if (selected && this.env.contentframe && !list.multi_selecting) -- Gitblit v1.9.1