Changeset 1752

Show
Ignore:
Timestamp:
03/25/07 15:44:28
Author:
pvanhoof
Message:

Note from Dirk-Jan

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymailui-gtk/tny-gtk-header-list-model.c

    r1751 r1752  
    475475        /* This prepend will happen very often, the allocation and the notificating 
    476476         * 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 
    477483        if (me->delayer == 100) 
    478484        {