summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-09-26 16:47:42 +0000
committerthomascube <thomas@roundcube.net>2007-09-26 16:47:42 +0000
commitf4f8c6cc6556d568fc719a6d919feb09b5e68477 (patch)
treed9f33e64a07fb6dd89ca08df0442e7f024254fe2
parentb6265631f065f355a5ec3886eb185830a22c6a8c (diff)
Also select next contact after removing one
-rw-r--r--CHANGELOG1
-rw-r--r--program/js/app.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b3dee3700..5a9a938e3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ CHANGELOG RoundCube Webmail
2007/09/26 (thomasb)
----------
- Improve message compose screen (closes #1484383)
+- Select next row after removing one from list (#1484387)
2007/09/26 (tomekp)
diff --git a/program/js/app.js b/program/js/app.js
index f3b47df65..28b788d86 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2365,7 +2365,7 @@ function rcube_webmail()
{
id = selection[n];
a_cids[a_cids.length] = id;
- this.contact_list.remove_row(id);
+ this.contact_list.remove_row(id, (n == selection.length-1));
}
// hide content frame if we delete the currently displayed contact