CommitController: Empty commit title when commit is successful

This commit is contained in:
Pieter de Bie
2009-09-13 03:52:18 +02:00
parent 6265c774ac
commit 2b317eee5c
+1
View File
@@ -138,6 +138,7 @@
- (void)commitFinished:(NSNotification *)notification
{
[commitMessageView setString:@""];
[webController setStateMessage:[NSString stringWithFormat:[[notification userInfo] objectForKey:@"description"]]];
[commitMessageView setEditable:YES];
}