changeset 1865:431934637721 trunk

[svn] - for fucks sake, properties::mainwin_text_visible should be initialised to TRUE
author nenolod
date Thu, 12 Oct 2006 07:44:28 -0700
parents 0f39dea9f26e
children a478407f07e3
files ChangeLog audacious/widgets/skin.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 12 05:02:14 2006 -0700
+++ b/ChangeLog	Thu Oct 12 07:44:28 2006 -0700
@@ -1,3 +1,12 @@
+2006-10-12 12:02:14 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2685]
+  - some fixes via alxorlov on the forums
+  
+  trunk/audacious/prefswin.c    |    8 ++++++--
+  trunk/audacious/ui_fileinfo.c |   15 ++++++++++-----
+  2 files changed, 16 insertions(+), 7 deletions(-)
+
+
 2006-10-12 11:52:51 +0000  Tony Vroon <chainsaw@gentoo.org>
   revision [2683]
   Remove taglib CFLAGS, CONFIG & LIBS, no longer used.
--- a/audacious/widgets/skin.c	Thu Oct 12 05:02:14 2006 -0700
+++ b/audacious/widgets/skin.c	Thu Oct 12 07:44:28 2006 -0700
@@ -810,7 +810,7 @@
         g_free(tmp);
     }
 
-    skin->properties.mainwin_text_visible = FALSE;
+    skin->properties.mainwin_text_visible = TRUE;
     tmp = read_ini_string(filename, "skin", "mainwinTextVisible");
 
     if (tmp != NULL)