fixed problem with show next on os x

This commit is contained in:
Jeena Paradies 2013-04-09 23:12:52 +02:00
parent 53ea1c7524
commit 4c22917d8b
2 changed files with 55 additions and 2 deletions

View file

@ -412,7 +412,7 @@
- (IBAction)showNext:(id)sender
{
[timelineView stringByEvaluatingJavaScriptFromString:@"bungloo.sidebar.setContentForNext();"];
[timelineView stringByEvaluatingJavaScriptFromString:@"bungloo.sidebar.showContentForNext();"];
}
- (void)notificateViewsAboutDeletedPostWithId:(NSString *)postId byEntity:(NSString*)entity