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

@ -51,7 +51,7 @@
- (void)openNewMessageWindowInReplyTo:(NSString *)userName statusId:(NSString *)statusId withString:(NSString *)string;
- (NSString *)pluginURL;
- (void)handleGetURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent;
- (void)unreadMentions:(NSInteger)count;
- (void)unreadMentions:(int)count;
- (void)notificateUserAboutMention:(NSString *)text fromName:(NSString *)name withPostId:(NSString *)postId andEntity:(NSString *)entity;
- (void)openURL:(NSString *)url;