diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-06 09:41:12 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-06 09:41:12 +0000 |
| commit | 1a84410ff25428df17a618090800cb0d42fcca59 (patch) | |
| tree | 0ede0c8504657476f1f246647a1b6e4a64a143cc /roundcubemail/program | |
| parent | e25fe3a7c3c5d50ff06d3b36238fe1e48f21b9a2 (diff) | |
- last commit fix
git-svn-id: https://svn.roundcube.net/trunk@3598 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 00e6c8e47..d962218d9 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1404,7 +1404,8 @@ function rcube_webmail() 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) |
