Changeset 1752
- Timestamp:
- 03/25/07 15:44:28
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-gtk/tny-gtk-header-list-model.c
r1751 r1752 475 475 /* This prepend will happen very often, the allocation and the notificating 476 476 * of the view is, however, quite slow. So we delay it per 100 or so. */ 477 478 /* TNY TODO: this delay is not time driven. This means that on slow 479 * connections (fewer prepends happen per time), the updating will be 480 * slower. This is unwanted: updating should be time, not connection 481 * speed, based. Therefore: alter this to use time in stead of counts. */ 482 477 483 if (me->delayer == 100) 478 484 {
