Skip to content

Commit

Permalink
remove objects selected by the comma trick when getting new object(s)…
Browse files Browse the repository at this point in the history
… from services
  • Loading branch information
skurfer committed Feb 20, 2012
1 parent ce3fe60 commit b59feb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Quicksilver/Code-App/QSController.m
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ - (BOOL)readSelectionFromPasteboard:(NSPasteboard *)pboard {
}

- (void)receiveObject:(QSObject *)object {
[[self interfaceController] clearObjectView:[[self interfaceController] dSelector]];
[[self interfaceController] selectObject:object];
[[self interfaceController] actionActivate:nil];
}
Expand Down

0 comments on commit b59feb1

Please sign in to comment.