Changeset 1404
- Timestamp:
- 01/13/07 17:33:56
- Files:
-
- trunk/libtinymail-camel/tny-session-camel.c (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-lockable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/tny-session-camel.c
r1403 r1404 770 770 camel_session_set_online ((CamelSession *) self, online); 771 771 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 773 773 g_thread_create (background_connect_thread, info, FALSE, NULL); */ 774 774 trunk/libtinymailui-gtk/tny-gtk-lockable.c
r1403 r1404 30 30 { 31 31 gdk_threads_enter (); 32 gdk_flush ();33 32 } 34 33
