changeset 1843:bbd8c209b4a5 trunk

[svn] - Don't let the text overlap the counter.
author nhjm449
date Sat, 07 Oct 2006 15:10:58 -0700
parents d1b88145846f
children 425214f1d86f
files ChangeLog skins/Default/main.png skins/Default/skin.hints
diffstat 3 files changed, 22 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 <js@h3c.de>
+  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 <yaz@cc.rim.or.jp>
   revision [2639]
   - mtime=-1 has been introduced to represent "uninitialized".
Binary file skins/Default/main.png has changed
--- 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
+