changeset 2584:ea937605a48a trunk

[svn] - add explicit hints to show bit rate, sampling frequency and audio mode.
author yaz
date Mon, 26 Feb 2007 10:30:06 -0800
parents 098eccb523c3
children c2b49ba4be45
files ChangeLog skins/Classic/skin.hints skins/Default/skin.hints src/audacious/build_stamp.c
diffstat 4 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Feb 26 06:14:54 2007 -0800
+++ b/ChangeLog	Mon Feb 26 10:30:06 2007 -0800
@@ -1,3 +1,11 @@
+2007-02-26 14:14:54 +0000  Goetz Waschk <waschk@mandriva.org>
+  revision [4176]
+  fix wrong library symlink, there was a hardcoded libaudacious.so.4.0.0
+  
+  trunk/src/libaudacious/Makefile |    5 +++--
+  1 file changed, 3 insertions(+), 2 deletions(-)
+
+
 2007-02-26 13:29:04 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4174]
   - new translator for czech
--- a/skins/Classic/skin.hints	Mon Feb 26 06:14:54 2007 -0800
+++ b/skins/Classic/skin.hints	Mon Feb 26 10:30:06 2007 -0800
@@ -1,3 +1,7 @@
 [skin]
 skinDescription=The default skin for Audacious.
 mainwinOthertext=1
+mainwinOthertextVisible=1
+mainwinTextVisible=1
+mainwinVisVisible=1
+mainwinMenurowVisible=1
--- a/skins/Default/skin.hints	Mon Feb 26 06:14:54 2007 -0800
+++ b/skins/Default/skin.hints	Mon Feb 26 10:30:06 2007 -0800
@@ -22,4 +22,7 @@
 mainwinPlayStatusY=58
 mainwinMenurowVisible=1
 mainwinOthertextIsStatus=1
+mainwinOthertextVisible=1
+mainwinTextVisible=1
+mainwinVisVisible=1
 
--- a/src/audacious/build_stamp.c	Mon Feb 26 06:14:54 2007 -0800
+++ b/src/audacious/build_stamp.c	Mon Feb 26 10:30:06 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070226-4174";
+const gchar *svn_stamp = "20070226-4176";