Changeset 1405

Show
Ignore:
Timestamp:
01/13/07 17:43:09
Author:
pvanhoof
Message:

Some corrections

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/tny-session-camel.c

    r1404 r1405  
    299299                g_main_loop_unref (results.loop); 
    300300 
     301                g_thread_join (thread); 
     302 
    301303                tny_lockable_unlock (priv->ui_lock); 
    302304                tny_lockable_lock (priv->ui_lock); 
     
    409411                } 
    410412                g_main_loop_unref (results.loop); 
     413 
     414                g_thread_join (thread); 
    411415 
    412416                tny_lockable_unlock (priv->ui_lock); 
     
    499503                g_main_loop_unref (results.loop); 
    500504 
     505                g_thread_join (thread); 
     506 
    501507                tny_lockable_unlock (priv->ui_lock); 
    502508                tny_lockable_lock (priv->ui_lock); 
  • trunk/libtinymailui-gtk/tny-gtk-lockable.c

    r1404 r1405  
    3030{ 
    3131        gdk_threads_enter (); 
     32        gdk_flush (); 
    3233} 
    3334