Also select next contact after removing one

release-0.6
thomascube 17 years ago
parent b6265631f0
commit f4f8c6cc65

@ -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)

@ -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

Loading…
Cancel
Save