Access list body through abstract property

pull/252/head
Thomas Bruederli 10 years ago
parent 9a49821244
commit 2fa50dce32

@ -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) {

Loading…
Cancel
Save