Changeset 1780

Show
Ignore:
Timestamp:
04/11/07 18:57:44
Author:
pvanhoof
Message:

Fixed ticket 40

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1779 r1780  
     12007-04-11  Philip Van Hoof  <pvanhoof@gnome.org> 
     2 
     3        * Fixed ticket #40 
     4 
    152007-04-11 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 
    26 
  • trunk/libtinymailui-gtk/tny-gtk-header-list-model.c

    r1778 r1780  
    514514 
    515515        g_object_ref (item); 
     516 
     517        g_mutex_lock (me->ra_lock); 
     518 
    516519        g_ptr_array_add (me->items, item); 
    517520 
     
    519522         * however, quite slow and gdk wants us to do this from the mainloop */ 
    520523 
    521         g_mutex_lock (me->ra_lock); 
    522524        if (me->updating_views == -1) 
    523525        {