# HG changeset patch # User nenolod # Date 1160665801 25200 # Node ID bddfba95af475c0c7122e8fc82736719688a6cf1 # Parent a478407f07e3138c20b9783c14126a1a6dcdcbe0 [svn] - fix another regression where mainwin_othertext_visible is TRUE even though the skin doesn't want the othertext system to be used at all diff -r a478407f07e3 -r bddfba95af47 ChangeLog --- a/ChangeLog Thu Oct 12 07:45:48 2006 -0700 +++ b/ChangeLog Thu Oct 12 08:10:01 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-12 14:45:48 +0000 William Pitcock + revision [2689] + - 1.2.0-rc3 + + trunk/configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-10-12 14:44:28 +0000 William Pitcock revision [2687] - for fucks sake, properties::mainwin_text_visible should be initialised to TRUE diff -r a478407f07e3 -r bddfba95af47 audacious/widgets/skin.c --- a/audacious/widgets/skin.c Thu Oct 12 07:45:48 2006 -0700 +++ b/audacious/widgets/skin.c Thu Oct 12 08:10:01 2006 -0700 @@ -801,7 +801,7 @@ g_free(tmp); } - skin->properties.mainwin_othertext_visible = TRUE; + skin->properties.mainwin_othertext_visible = skin->properties.mainwin_othertext; tmp = read_ini_string(filename, "skin", "mainwinOthertextVisible"); if (tmp != NULL)