From a95050597259089f39b399cfa36bf58925791cc5 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Mon, 17 Nov 2008 14:03:06 +0100 Subject: [PATCH] PBRefController: reload items when checking out branch This will update the view with the new current branch. --- PBRefController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/PBRefController.m b/PBRefController.m index d075dfb..41e9857 100644 --- a/PBRefController.m +++ b/PBRefController.m @@ -43,6 +43,7 @@ return; } [historyController.repository reloadRefs]; + [commitController rearrangeObjects]; } - (NSArray *) menuItemsForRef:(PBGitRef *)ref commit:(PBGitCommit *)commit