mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
When selecting a folder in tree-view, display the
path rather than the <PBGitTree: 0x...> object. For example: "This is a tree with path <PBGitTree: 0x1313000>" ..instead of: "This is a tree with path Documentation/ReleaseNotes"
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@
|
||||
- (NSString*) contents
|
||||
{
|
||||
if (!leaf)
|
||||
return [NSString stringWithFormat:@"This is a tree with path %@", self];
|
||||
return [NSString stringWithFormat:@"This is a tree with path %@", [self fullPath]];
|
||||
|
||||
NSData* data = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user