![]() ![]() | ![]() |
version 1.1, 2002/04/18 09:48:18 | version 1.2, 2002/04/18 10:18:06 |
---|---|
Line 12 | Line 12 |
@implementation CHGetURLCommand | @implementation CHGetURLCommand |
- (id)performDefaultImplementation { | - (id)performDefaultImplementation { |
[[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; | id controller = [[NSApp delegate] openBrowserWindowWithURLString: [self directParameter]]; |
[[[controller getMyBrowserView] getBrowserView] setActive: YES]; | |
return nil; | return nil; |
} | } |
@end | @end |