Changeset 1294 in subversion
- Timestamp:
- Apr 13, 2008 3:47:30 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r1292 r1294 1561 1561 this.set_classname(rows[uid].obj, 'unread', false); 1562 1562 1563 if (rows[uid].replied && this.env.repliedicon) 1564 icn_src = this.env.repliedicon; 1565 else if (this.env.messageicon) 1563 if (this.env.messageicon) 1566 1564 icn_src = this.env.messageicon; 1567 1565 } 1568 1566 1569 if (rows[uid].icon && icn_src) 1567 if (rows[uid].icon && icn_src 1568 && !(rows[uid].replied && this.env.repliedicon) 1569 && !(rows[uid].deleted && this.env.deletedicon)) 1570 1570 rows[uid].icon.src = icn_src; 1571 1571 } … … 1588 1588 if (rows[uid].replied && parent.rcmail.env.repliedicon) 1589 1589 icn_src = parent.rcmail.env.repliedicon; 1590 else if (rows[uid].deleted && parent.rcmail.env.deletedicon) 1591 icn_src = parent.rcmail.env.deletedicon; 1590 1592 else if (parent.rcmail.env.messageicon) 1591 1593 icn_src = parent.rcmail.env.messageicon;
Note: See TracChangeset
for help on using the changeset viewer.
