File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ - (void)awakeFromNib
65
65
commitViewController = [[PBGitCommitController alloc ] initWithRepository: repository superController: superController];
66
66
stashViewController = [[PBStashContentController alloc ] initWithRepository: repository superController: superController];
67
67
68
+ [stashViewController loadView ];
69
+
68
70
[repository addObserver: self forKeyPath: @" refs" options: 0 context: @" updateRefs" ];
69
71
[repository addObserver: self forKeyPath: @" currentBranch" options: 0 context: @" currentBranchChange" ];
70
72
[repository addObserver: self forKeyPath: @" branches" options: (NSKeyValueObservingOptionOld | NSKeyValueObservingOptionNew) context: @" branchesModified" ];
@@ -87,6 +89,7 @@ - (void)closeView
87
89
{
88
90
[historyViewController closeView ];
89
91
[commitViewController closeView ];
92
+ [stashViewController closeView ];
90
93
91
94
[repository removeObserver: self forKeyPath: @" currentBranch" ];
92
95
[repository removeObserver: self forKeyPath: @" branches" ];
You can’t perform that action at this time.
0 commit comments