mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
CommitController: Empty commit title when commit is successful
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
|
||||
- (void)commitFinished:(NSNotification *)notification
|
||||
{
|
||||
[commitMessageView setString:@""];
|
||||
[webController setStateMessage:[NSString stringWithFormat:[[notification userInfo] objectForKey:@"description"]]];
|
||||
[commitMessageView setEditable:YES];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user