mirror of
https://github.com/transmission/transmission
synced 2025-02-03 13:03:50 +00:00
a little cleanup
This commit is contained in:
parent
f250038102
commit
b9ea37aca9
1 changed files with 2 additions and 9 deletions
|
@ -50,11 +50,6 @@
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) dealloc
|
|
||||||
{
|
|
||||||
[super dealloc];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void) setFiles: (NSArray *) files
|
- (void) setFiles: (NSArray *) files
|
||||||
{
|
{
|
||||||
uint64_t size = 0;
|
uint64_t size = 0;
|
||||||
|
@ -103,10 +98,8 @@
|
||||||
|
|
||||||
- (void) setURL: (NSString *) url
|
- (void) setURL: (NSString *) url
|
||||||
{
|
{
|
||||||
#warning get globe icon
|
[[self contentView] setOverlay: [NSImage imageNamed: @"Globe.tiff"]
|
||||||
NSImage * icon = nil;
|
mainLine: NSLocalizedString(@"Web Address", "Drag overlay -> url") subLine: url];
|
||||||
|
|
||||||
[[self contentView] setOverlay: [NSImage imageNamed: @"Globe.tiff"] mainLine: NSLocalizedString(@"Web Address", "Drag overlay -> url") subLine: url];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue