Changeset 1751

Show
Ignore:
Timestamp:
03/25/07 15:41:58
Author:
pvanhoof
Message:

Filling up the summary or headers view while downloading information is taking place

Files:

Legend:

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

    r1750 r1751  
    473473        g_ptr_array_add (me->items, item); 
    474474 
    475         /* This will prepend happen very often, the allocation and the notificating 
     475        /* 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. */ 
    477477        if (me->delayer == 100)