Reset the selectedCommitBeforeCommit after revisions update.

This fixes a bug where selecting a branch in the sidebar did not select the branch head in the revision list.
This commit is contained in:
Uwe Hees
2011-04-18 09:12:42 +02:00
committed by Uwe Hees
parent 5fc5929e2f
commit 7d3a7e14a7
+1
View File
@@ -409,6 +409,7 @@
{
selectedCommitBeforeRefresh = selectedCommit;
[repository forceUpdateRevisions];
selectedCommitBeforeRefresh = NULL;
}
- (void) updateView