# HG changeset patch # User nhjm449 # Date 1160259058 25200 # Node ID bbd8c209b4a58abb71f6dfba4ae1535114e3d71b # Parent d1b88145846f30e27b1dc1ffbd717194dc820c46 [svn] - Don't let the text overlap the counter. diff -r d1b88145846f -r bbd8c209b4a5 ChangeLog --- a/ChangeLog Sat Oct 07 13:31:15 2006 -0700 +++ b/ChangeLog Sat Oct 07 15:10:58 2006 -0700 @@ -1,3 +1,17 @@ +2006-10-07 20:31:15 +0000 Jonathan Schleifer + revision [2641] + - Replace ?= at CFLAGS, CPPFLAGS and CXXFLAGS with += + - Replace ?= at CC, CPP and CXX with = + + The reason for this is that on some systems CC, CFLAGS, CPP, CPPFLAGS, + CXX and CXXFLAGS are set by default and therefore are already set at + this step so that it can happen that the wrong variables are used (or + the ones from the configure script are ignored). + + trunk/mk/rules.mk.in | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + + 2006-10-06 17:50:55 +0000 Yoshiki Yazawa revision [2639] - mtime=-1 has been introduced to represent "uninitialized". diff -r d1b88145846f -r bbd8c209b4a5 skins/Default/main.png Binary file skins/Default/main.png has changed diff -r d1b88145846f -r bbd8c209b4a5 skins/Default/skin.hints --- a/skins/Default/skin.hints Sat Oct 07 13:31:15 2006 -0700 +++ b/skins/Default/skin.hints Sat Oct 07 15:10:58 2006 -0700 @@ -2,23 +2,24 @@ skinDescription=The default skin for Audacious. mainwinOthertext=1 mainwinVisX=19 -mainwinVisY=53 +mainwinVisY=37 mainwinTextX=19 mainwinTextY=26 mainwinTextWidth=246 mainwinInfobarX=111 mainwinInfobarY=42 mainwinNumber0X=30 -mainwinNumber0Y=36 +mainwinNumber0Y=55 mainwinNumber1X=42 -mainwinNumber1Y=36 +mainwinNumber1Y=55 mainwinNumber2X=54 -mainwinNumber2Y=36 +mainwinNumber2Y=55 mainwinNumber3X=72 -mainwinNumber3Y=36 +mainwinNumber3Y=55 mainwinNumber4X=84 -mainwinNumber4Y=36 +mainwinNumber4Y=55 mainwinPlayStatusX=19 -mainwinPlayStatusY=38 +mainwinPlayStatusY=57 mainwinMenurowVisible=1 mainwinOthertextIsStatus=1 +