mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-12 04:15:08 -05: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:
parent
45bd777b84
commit
8401d86b84
@ -141,6 +141,7 @@ public class CaldavConnection extends AbstractConnection {
|
||||
}
|
||||
|
||||
os.flush();
|
||||
DavGatewayTray.resetIcon();
|
||||
}
|
||||
} catch (SocketTimeoutException e) {
|
||||
DavGatewayTray.debug("Closing connection on timeout");
|
||||
|
Loading…
Reference in New Issue
Block a user