Changeset f4f8c6c in github
- Timestamp:
- Sep 26, 2007 12:47:42 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e2f3738f
- Parents:
- b6265631
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r10766b3 rf4f8c6c 5 5 ---------- 6 6 - Improve message compose screen (closes #1484383) 7 - Select next row after removing one from list (#1484387) 7 8 8 9 -
program/js/app.js
rb6265631 rf4f8c6c 2366 2366 id = selection[n]; 2367 2367 a_cids[a_cids.length] = id; 2368 this.contact_list.remove_row(id );2368 this.contact_list.remove_row(id, (n == selection.length-1)); 2369 2369 } 2370 2370
Note: See TracChangeset
for help on using the changeset viewer.
