diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-14 03:45:26 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-14 03:45:26 +0000 |
commit | 7de265a4b5e72654a50b2af31e1e44858f39e8e4 (patch) | |
tree | 16be4623c78273b445cfc96135eee2750de2bd0d /src | |
parent | e68e626e6fd9511de2a155bf95473ac6370f73f9 (diff) |
win32: fixed inc dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1161 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/inc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -714,6 +714,8 @@ static IncState inc_pop3_session_do(IncSession *session) session_set_timeout(SESSION(pop3_session), prefs_common.io_timeout_secs * 1000); + GTK_EVENTS_FLUSH(); + if (session_connect(SESSION(pop3_session), server, port) < 0) { log_warning(_("Can't connect to POP3 server: %s:%d\n"), server, port); |