fixes #18
This commit is contained in:
parent
fa2bda0394
commit
f299176e7e
2 changed files with 14 additions and 4 deletions
|
|
@ -323,6 +323,7 @@
|
|||
NSString *js = [NSString stringWithFormat:@"tentia_instance.showStatus('%@', '%@');", postId, entity];
|
||||
[conversationView stringByEvaluatingJavaScriptFromString:js];
|
||||
[conversationViewWindow makeKeyAndOrderFront:self];
|
||||
conversationViewWindow.title = @"Test";
|
||||
}
|
||||
|
||||
/* CARBON */
|
||||
|
|
|
|||
Reference in a new issue