[Pkg-owncloud-commits] [owncloud-client] 24/219: OS X: Fix Finder plugin

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:05 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 d69049ce1075ed271c84ed65d699ac97b3e58b95
Author: Markus Goetz <markus at woboq.com>
Date:   Thu Aug 28 10:21:37 2014 +0200

    OS X: Fix Finder plugin
---
 shell_integration/MacOSX/OwnCloudFinder/ContentManager.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m
index 1a69f63..51f95d8 100644
--- a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m
+++ b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m
@@ -109,7 +109,7 @@ static ContentManager* sharedInstance = nil;
 	
 	NSString* normalizedPath = [path decomposedStringWithCanonicalMapping];
 
-    if (![_fileNamesCache objectForKey:normalizedPath] || ![[_fileNamesCache objectForKey:normalizedPath] isEqualToString:res]) {
+    if (![_fileNamesCache objectForKey:normalizedPath] || ![[_fileNamesCache objectForKey:normalizedPath] isEqualTo:res]) {
 		[_fileNamesCache setObject:res forKey:normalizedPath];
 		// NSLog(@"SET value %d", [res intValue]);
 		_hasChangedContent = YES;

-- 
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