Changeset 1776

Show
Ignore:
Timestamp:
03/30/07 19:00:00
Author:
pvanhoof
Message:

Bugfix

Files:

Legend:

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

    r1775 r1776  
    459459        gint updated, going_to_update, i, added;  
    460460        gboolean needmore = FALSE; 
     461 
     462        g_static_rec_mutex_lock (me->ra_l_lock); 
    461463 
    462464        g_mutex_lock (me->ra_lock); 
     
    492494        gdk_threads_leave(); 
    493495 
     496        g_static_rec_mutex_unlock (me->ra_l_lock); 
     497 
    494498 
    495499        return needmore; 
     
    505509 
    506510        g_static_rec_mutex_lock (me->iterator_lock); 
     511        g_static_rec_mutex_lock (me->ra_l_lock); 
    507512 
    508513        /* Prepend something to the list itself. The get_length will auto update 
     
    526531        g_mutex_unlock (me->ra_lock); 
    527532 
     533        g_static_rec_mutex_unlock (me->ra_l_lock); 
    528534        g_static_rec_mutex_unlock (me->iterator_lock); 
    529535