Author: rmottola
Date: Wed Mar 2 23:02:35 2016
New Revision: 39447
URL: http://svn.gna.org/viewcvs/gnustep?rev=39447&view=rev
Log:
Use FSNode's name, not just the last path component
Modified:
apps/gworkspace/trunk/Inspector/Attributes.m
Modified: apps/gworkspace/trunk/Inspector/Attributes.m
URL:
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/Inspector/Attributes.m?rev=39447&r1=39446&r2=39447&view=diff
==============================================================================
--- apps/gworkspace/trunk/Inspector/Attributes.m (original)
+++ apps/gworkspace/trunk/Inspector/Attributes.m Wed Mar 2 23:02:35 2016
@@ -210,7 +210,7 @@
NSImage *icon = [[FSNodeRep sharedInstance] iconOfSize: ICNSIZE forNode:
node];
[iconView setImage: icon];
- [titleField setStringValue: [currentPath lastPathComponent]];
+ [titleField setStringValue: [node name]];
usr = [attributes objectForKey: NSFileOwnerAccountName];
grp = [attributes objectForKey: NSFileGroupOwnerAccountName];
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs