diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-28 05:46:11 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-28 05:46:11 +0000 |
commit | 6e9d44b63f4144c0f4793224f980af45a8a0d8c5 (patch) | |
tree | 6454c0d43bde5f47b28fd63b707004260615886d /ChangeLog | |
parent | c044d6e3c39e28d98ea4d815df84835e366aa442 (diff) |
fixed ssl_init_socket_with_method().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1200 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ 2006-09-28 + * libsylph/ssl.c: ssl_init_socket_with_method(): retry SSL_connect() + if it fails with SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE. + +2006-09-28 + * src/trayicon.[ch]: trayicon_hide(): added. * src/mainwindow.c: call trayicon_hide() instead of trayicon_destroy(). * src/main.c: app_will_exit(): call trayicon_destroy(). |