We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e4f18 commit 3ada98cCopy full SHA for 3ada98c
PBGitCommitController.m
@@ -170,7 +170,7 @@ - (void)commitFinished:(NSNotification *)notification
170
{
171
[commitMessageView setEditable:YES];
172
[commitMessageView setString:@""];
173
- [webController setStateMessage:[NSString stringWithFormat:[[notification userInfo] objectForKey:@"description"]]];
+ [webController setStateMessage:[NSString stringWithString:[[notification userInfo] objectForKey:@"description"]]];
174
[repository reloadRefs];
175
}
176
0 commit comments