summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-09-16 21:08:51 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-09-16 21:09:47 +0200
commit2fa50dce32c857b11d934586cf316e4cc6b85b36 (patch)
treec29748eb6a6331ee79382c5ecdf5587671b5bb9f /program
parent9a498212446f6c9a186df5652a7625526b590b78 (diff)
Access list body through abstract property
Diffstat (limited to 'program')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 0a635c0dc..8469dc81a 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2291,7 +2291,7 @@ function rcube_webmail()
// expand all threads with unread children
this.expand_unread = function()
{
- var r, tbody = this.gui_objects.messagelist.tBodies[0],
+ var r, tbody = this.message_list.tbody,
new_row = tbody.firstChild;
while (new_row) {