Changeset 2276 in subversion
- Timestamp:
- Feb 6, 2009 9:13:37 AM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/list.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2273 r2276 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2009/02/06 (alec) 5 ---------- 6 - Fix selecting all unread does not honor new messages (#1485724) 3 7 4 8 2009/02/05 (alec) -
trunk/roundcubemail/program/js/list.js
r2237 r2276 511 511 for (var n in this.rows) 512 512 { 513 if (!filter || this.rows[n][filter]==true)513 if (!filter || (this.rows[n] && this.rows[n][filter] == true)) 514 514 { 515 515 this.last_selected = n;
Note: See TracChangeset
for help on using the changeset viewer.
