fixed problem with twittia: scheme
This commit is contained in:
parent
a2d456b168
commit
ce5ee9f2ee
7 changed files with 52 additions and 36 deletions
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue