Changeset 1767
- Timestamp:
- 03/30/07 17:20:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-gtk/tny-gtk-header-list-model.c
r1766 r1767 506 506 g_ptr_array_add (me->items, item); 507 507 508 /* This prepend will happen very often, the allocation and the notificating509 * 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 */ 510 510 511 511 g_mutex_lock (me->ra_lock);
