Changeset f4f8c6c in github


Ignore:
Timestamp:
Sep 26, 2007 12:47:42 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
e2f3738f
Parents:
b6265631
Message:

Also select next contact after removing one

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r10766b3 rf4f8c6c  
    55---------- 
    66- Improve message compose screen (closes #1484383) 
     7- Select next row after removing one from list (#1484387) 
    78 
    89 
  • program/js/app.js

    rb6265631 rf4f8c6c  
    23662366        id = selection[n]; 
    23672367        a_cids[a_cids.length] = id; 
    2368         this.contact_list.remove_row(id); 
     2368        this.contact_list.remove_row(id, (n == selection.length-1)); 
    23692369        } 
    23702370 
Note: See TracChangeset for help on using the changeset viewer.