From 0f6a626892ae53d00630c4dbeceb0c76fd1afad2 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Thu, 2 Sep 1999 11:50:32 +0000 Subject: [PATCH] fixed typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4798 72102866-910b-0410-8b05-ffd578937521 --- Source/NSWorkspace.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSWorkspace.m b/Source/NSWorkspace.m index ecc8a28f1..bc2d3a0be 100644 --- a/Source/NSWorkspace.m +++ b/Source/NSWorkspace.m @@ -196,7 +196,7 @@ extIconForApp(NSWorkspace *ws, NSString *appName, NSDictionary *typeInfo) { iconPath = [path stringByAppendingPathComponent: file]; } - path = iconPath; + file = iconPath; } if ([[NSFileManager defaultManager] isReadableFileAtPath: file] == YES) {