[Pkg-owncloud-commits] [owncloud-client] 269/332: MacOverlays: Start a 5 seconds timer to try connect if unconn.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit e28a7a7ae3ba3b70e305f3040d11c7f7763c205e
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Jul 18 17:14:33 2014 +0200

    MacOverlays: Start a 5 seconds timer to try connect if unconn.
    
    If mirall is not here, a timer is started to try again later.
---
 shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m b/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
index d4cef0b..6a12689 100644
--- a/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
+++ b/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
@@ -203,6 +203,9 @@ static RequestManager* sharedInstance = nil;
     // clear the caches in conent manager
 	ContentManager *contentman = [ContentManager sharedInstance];
 	[contentman clearFileNameCacheForPath:nil];
+
+	[NSTimer scheduledTimerWithTimeInterval:5 target:self selector:@selector(start) userInfo:nil repeats:NO];
+
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list