mirror of
https://github.com/transmission/transmission
synced 2025-03-04 10:38:13 +00:00
update NEWS, remove unused variable
This commit is contained in:
parent
a423636ed3
commit
9c8e002ec1
3 changed files with 7 additions and 5 deletions
5
NEWS
5
NEWS
|
@ -1,5 +1,10 @@
|
|||
NEWS file for Transmission <http://www.transmissionbt.com/>
|
||||
|
||||
1.30 (2008/mm/dd)
|
||||
http://trac.transmissionbt.com/query?group=component&milestone=1.30
|
||||
- Mac
|
||||
+ Status strings are toggled from the action menu (they are no longer clickable)
|
||||
|
||||
1.20 (2008/05/09)
|
||||
http://trac.transmissionbt.com/query?group=component&milestone=1.20
|
||||
- All Platforms
|
||||
|
|
|
@ -39,8 +39,7 @@
|
|||
* fGreenGradient, * fLightGreenGradient, * fDarkGreenGradient, * fYellowGradient, * fRedGradient,
|
||||
* fTransparentGradient;
|
||||
|
||||
NSColor * fGrayColor, * fBlueColor, * fBlue1Color, * fBlue2Color, * fBlue3Color, * fBlue4Color, * fOrangeColor,
|
||||
* fFieldBackColor;
|
||||
NSColor * fGrayColor, * fBlueColor, * fBlue1Color, * fBlue2Color, * fBlue3Color, * fBlue4Color, * fOrangeColor;
|
||||
|
||||
NSBitmapImageRep * fBitmap;
|
||||
}
|
||||
|
|
|
@ -107,8 +107,6 @@
|
|||
fOrangeColor = [[NSColor orangeColor] retain];
|
||||
|
||||
fBarOverlayColor = [[NSColor colorWithDeviceWhite: 0.0 alpha: 0.2] retain];
|
||||
|
||||
fFieldBackColor = [[NSColor colorWithDeviceWhite: 0.65 alpha: 0.7] retain];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
@ -474,7 +472,7 @@
|
|||
}
|
||||
|
||||
//minimal status
|
||||
NSRect minimalStatusRect = NSZeroRect;
|
||||
NSRect minimalStatusRect;
|
||||
if (minimal)
|
||||
{
|
||||
NSAttributedString * minimalString = [self attributedStatusString: [self minimalStatusString] withColor: statusColor];
|
||||
|
|
Loading…
Add table
Reference in a new issue