Caldav: switch icon during event report

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@514 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-04-10 20:08:34 +00:00
parent a702917994
commit a1c8caa04b
1 changed files with 1 additions and 0 deletions

View File

@ -435,6 +435,7 @@ public class CaldavConnection extends AbstractConnection {
int total = request.getHrefs().size();
for (String href : request.getHrefs()) {
DavGatewayTray.debug("Report event " + (++count) + "/" + total);
DavGatewayTray.switchIcon();
try {
String eventName = getEventFileNameFromPath(href);
if (eventName == null) {