[Pkg-owncloud-commits] [owncloud-client] 277/332: Mac Overlays: load icons from the proper place in the system.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:11 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 23269c9a0899de754e5a57bc4a34cb8ebc0c6759
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Aug 1 15:26:18 2014 +0200

    Mac Overlays: load icons from the proper place in the system.
---
 shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m b/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m
index a6ae4b3..de2b3d9 100644
--- a/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m
+++ b/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m
@@ -32,8 +32,7 @@ static ContentManager* sharedInstance = nil;
 		_fileNamesCache = [[NSMutableDictionary alloc] init];
 		_fileIconsEnabled = TRUE;
 
-		// FIXME: Proper path here!
-		NSString *base = @"/Users/mackie/owncloud.com/mirall/shell_integration/icons/icns/";
+		NSString *base = @"/Applications/owncloud.app/Contents/Resources/icons/";
 		
 		_icnOk   = [[IconCache sharedInstance] registerIcon:[base stringByAppendingString:@"ok.icns"]];
 		_icnSync = [[IconCache sharedInstance] registerIcon:[base stringByAppendingString:@"sync.icns"]];

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