alecpl
2008-09-18 095d05ef00674553be1d8ee693cfee26fc544510
program/js/app.js
@@ -3559,6 +3559,14 @@
    row.appendChild(col);
    this.message_list.insert_row(row, attop);
    // remove 'old' row
    if (attop && this.env.pagesize && this.message_list.rowcount > this.env.pagesize)
      {
   var uid = this.message_list.get_last_row();
        this.message_list.remove_row(uid);
   this.message_list.clear_selection(uid);
      }
    };