diff --git a/PBGitCommitController.m b/PBGitCommitController.m index d74e2a5..5b29f68 100644 --- a/PBGitCommitController.m +++ b/PBGitCommitController.m @@ -195,7 +195,6 @@ - (void) readOtherFiles:(NSNotification *)notification; { - [unstagedFilesController setAutomaticallyRearrangesObjects:NO]; NSArray *lines = [self linesFromNotification:notification]; NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] initWithCapacity:[lines count]]; // We fake this files status as good as possible.