aboutsummaryrefslogtreecommitdiff
path: root/src/inc.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-29 07:49:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-29 07:49:30 +0000
commita75654a326dadebacc229762eb01f5e7c65b1ccc (patch)
tree384933406e40aa0eae55368420af4b1391a568fc /src/inc.c
parent1ff05553158408570a7cd548fdcdf4ec7be07f5d (diff)
made GDK locks reentrant, and made LogWindow thread-safe.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2259 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.c')
-rw-r--r--src/inc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc.c b/src/inc.c
index 2a55fe2c..5dfbd8af 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -865,6 +865,7 @@ static IncState inc_pop3_session_do(IncSession *session)
session->inc_state != INC_CANCEL) {
gtk_main_iteration();
}
+ log_window_flush();
if (session->inc_state == INC_SUCCESS) {
switch (pop3_session->error_val) {