Updating search of the files from current selected commit even though this commit changes

Conflicts:

	PBGitHistoryController.m
This commit is contained in:
German Laullon
2011-03-01 23:43:07 -08:00
parent 574277f393
commit afc0fdd009
+2 -1
View File
@@ -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];