Changeset 1767

Show
Ignore:
Timestamp:
03/30/07 17:20:29
Author:
pvanhoof
Message:

Performance and ui redrawing improvement

Files:

Legend:

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

    r1766 r1767  
    506506        g_ptr_array_add (me->items, item); 
    507507 
    508         /* This prepend will happen very often, the allocation and the notificating 
    509          * of the view is, however, quite slow. So we delay it per 100 or so. */ 
     508        /* This prepend will happen very often, the notificating of the view is,  
     509         * however, quite slow and gdk wants us to do this from the mainloop */ 
    510510 
    511511        g_mutex_lock (me->ra_lock);