fixed problem with twittia: scheme

This commit is contained in:
Jeena Paradies 2010-04-26 21:20:00 +02:00
parent a2d456b168
commit ce5ee9f2ee
7 changed files with 52 additions and 36 deletions

View file

@ -11,6 +11,7 @@
#import "ViewDelegate.h"
#import <Carbon/Carbon.h>
@interface Controller : NSObject {
IBOutlet WebView *timelineView;
IBOutlet WebView *mentionsView;
@ -24,6 +25,7 @@
- (void)initWebViews;
- (void)openNewTweetWindowInReplyTo:(NSString *)userName statusId:(NSString *)statusId;
- (NSString *)pluginURL;
- (void)handleGetURLEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent;
OSStatus handler(EventHandlerCallRef nextHandler, EventRef theEvent, void* userData);