thomascube
2009-04-26 c5d8db9f818dd622c8cd6f915a1b1ba7af51d4c6
program/js/app.js
@@ -3583,6 +3583,7 @@
      }
    this.message_list.insert_row(row, attop);
    this.triggerEvent('insertrow', { uid:uid, row:row });
    // remove 'old' row
    if (attop && this.env.pagesize && this.message_list.rowcount > this.env.pagesize) {
@@ -3725,6 +3726,8 @@
    }
    
    this.contact_list.insert_row(row);
    this.triggerEvent('insertrow', { cid:cid, row:row });
    this.enable_command('export', (this.contact_list.rowcount > 0));
    };