mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
@@ -29,4 +29,9 @@
|
||||
- (IBAction)saveSheet:(id) sender;
|
||||
|
||||
- (NSArray *) menuItemsForRef:(PBGitRef *)ref commit:(PBGitCommit *)commit;
|
||||
|
||||
- (void) changeBranch:(NSMenuItem *)sender;
|
||||
- (void) selectCurrentBranch;
|
||||
- (void) updateBranchMenu;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user