Changeset 1404

Show
Ignore:
Timestamp:
01/13/07 17:33:56
Author:
pvanhoof
Message:

Simplification

Files:

Legend:

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

    r1403 r1404  
    770770        camel_session_set_online ((CamelSession *) self, online);  
    771771 
    772         /* TODO: This makes a mainloop (above) take over in the new thread  
     772        /* TODO: This makes a mainloop (above) take over in the new thread 
    773773        g_thread_create (background_connect_thread, info, FALSE, NULL); */ 
    774774 
  • trunk/libtinymailui-gtk/tny-gtk-lockable.c

    r1403 r1404  
    3030{ 
    3131        gdk_threads_enter (); 
    32         gdk_flush (); 
    3332} 
    3433