File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -160,26 +160,6 @@ + (void)browseToURLString:(NSString*)urlString
160
160
NSBeep ();
161
161
}
162
162
}
163
-
164
- // openURLs
165
- // NSString* source ;
166
- // NSDictionary* errorDic ;
167
- // NSAppleScript* script ;
168
- //
169
- // if (activate) {
170
- // source = [[NSString alloc] initWithFormat:@"tell application \"Safari\"\nactivate\nend tell"] ;
171
- // script = [[NSAppleScript alloc] initWithSource:source] ;
172
- // [script executeAndReturnError:&errorDic] ;
173
- // [NSThread sleepUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.2]] ;
174
- // [source release] ;
175
- // [script release] ;
176
- // }
177
- //
178
- // source = [[NSString alloc] initWithFormat:@"tell application \"Safari\"\nmake new document\nset URL of result to \"%@\"\nend tell", url] ;
179
- // script = [[NSAppleScript alloc] initWithSource:source] ;
180
- // [script executeAndReturnError:&errorDic] ;
181
- // [source release] ;
182
- // [script release] ;
183
163
}
184
164
185
165
+ (NSImage *)faviconForDomain : (NSString *)domain {
You can’t perform that action at this time.
0 commit comments