Skip to content

Commit

Permalink
PBRefController: reload items when checking out branch
Browse files Browse the repository at this point in the history
This will update the view with the new current branch.
  • Loading branch information
pieter committed Nov 17, 2008
1 parent 82aa6a3 commit a950505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBRefController.m
Expand Up @@ -43,6 +43,7 @@ - (void) checkoutRef:(PBRefMenuItem *)sender
return;
}
[historyController.repository reloadRefs];
[commitController rearrangeObjects];
}

- (NSArray *) menuItemsForRef:(PBGitRef *)ref commit:(PBGitCommit *)commit
Expand Down

0 comments on commit a950505

Please sign in to comment.