1
0
Fork 0
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:
Mitchell Livingston 2008-05-10 19:34:17 +00:00
parent a423636ed3
commit 9c8e002ec1
3 changed files with 7 additions and 5 deletions

5
NEWS
View file

@ -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

View file

@ -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;
}

View file

@ -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];