fixed wrong position of conversation window

This commit is contained in:
Jeena Paradies 2012-11-10 02:01:35 +01:00
parent 9bcba0beae
commit 54e75128dc
5 changed files with 38 additions and 25 deletions

View file

@ -247,7 +247,7 @@
return nil;
}
- (void)unreadMentions:(NSInteger)count {
- (void)unreadMentions:(int)count {
if (![mentionsViewWindow isVisible] && count > 0) {
[timelineViewWindow setTitle:[NSString stringWithFormat:@"Tentia (^%i)", count]];
[[[NSApplication sharedApplication] dockTile] setBadgeLabel:[NSString stringWithFormat:@"%i", count]];