HistoryView: Correctly update branches when changing them

I stupidly used "observe.." instead of register.. so KVC
didn't even work
This commit is contained in:
Pieter de Bie
2008-11-19 02:12:03 +01:00
parent 6038c20d7d
commit b2c03bc97b
2 changed files with 18 additions and 3 deletions
+5
View File
@@ -29,4 +29,9 @@
- (IBAction)saveSheet:(id) sender;
- (NSArray *) menuItemsForRef:(PBGitRef *)ref commit:(PBGitCommit *)commit;
- (void) changeBranch:(NSMenuItem *)sender;
- (void) selectCurrentBranch;
- (void) updateBranchMenu;
@end