Skip to content

Commit

Permalink
Merge pull request #678 from pjrobertson/showCatalogSource
Browse files Browse the repository at this point in the history
Show catalog source
  • Loading branch information
skurfer committed Feb 10, 2012
2 parents 87afee4 + 3724118 commit 0119bf3
Show file tree
Hide file tree
Showing 3 changed files with 2,011 additions and 2,010 deletions.
5 changes: 4 additions & 1 deletion Quicksilver/PlugIns-Main/QSCorePlugIn/Code/QSObjectActions.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ - (NSArray *)validActionsForDirectObject:(QSObject *)dObject indirectObject:(QSO

[newActions addObject:kQSObjectShowChildrenAction];
}

if ([[QSLibrarian sharedInstance] firstEntryContainingObject:dObject])
{
[newActions addObject:kQSObjectShowSourceAction];
}
return newActions;
}

Expand Down
Loading

0 comments on commit 0119bf3

Please sign in to comment.