Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-01-23 18:13:16 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-01-23 18:13:16 +0300
commita999884adfe1ed445eb00ae278639c8bf20767b0 (patch)
tree89e03034e36ce505ee52008035479998c5e3c064 /shell_integration/MacOSX
parent807277c0ae2180663cc4d99966e953e2ddb679ae (diff)
osx integration: adapt to socket api changes
Diffstat (limited to 'shell_integration/MacOSX')
-rw-r--r--shell_integration/MacOSX/OwnCloudFinder/RequestManager.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m b/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m
index 68f750fb3..bf675e8fa 100644
--- a/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m
+++ b/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m
@@ -204,6 +204,8 @@ static RequestManager* sharedInstance = nil;
_isConnected = YES;
_isRunning = NO;
+ [self askOnSocket:@"" query:@"SHARE_MENU_TITLE"];
+
if( [_requestQueue count] > 0 ) {
NSLog( @"We have to empty the queue");
for( NSString *path in _requestQueue ) {