From afc0fdd009f23f3b7ea6eab0f1e33dea32d5b75a Mon Sep 17 00:00:00 2001 From: German Laullon Date: Tue, 1 Mar 2011 23:43:07 -0800 Subject: [PATCH] Updating search of the files from current selected commit even though this commit changes Conflicts: PBGitHistoryController.m --- PBGitHistoryController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PBGitHistoryController.m b/PBGitHistoryController.m index a76a254..fafa7c4 100644 --- a/PBGitHistoryController.m +++ b/PBGitHistoryController.m @@ -231,7 +231,8 @@ { if ([(NSString *)context isEqualToString: @"commitChange"]) { [self updateKeys]; - //[self restoreFileBrowserSelection]; + [self restoreFileBrowserSelection]; + [self updateSearch:filesSearchField]; }else if ([(NSString *)context isEqualToString: @"treeChange"]) { [self updateQuicklookForce: NO]; [self saveFileBrowserSelection];