1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Caldav: reset icon after each HTTP request

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@443 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-03-16 16:00:08 +00:00
parent 45bd777b84
commit 8401d86b84

View File

@ -141,6 +141,7 @@ public class CaldavConnection extends AbstractConnection {
}
os.flush();
DavGatewayTray.resetIcon();
}
} catch (SocketTimeoutException e) {
DavGatewayTray.debug("Closing connection on timeout");