Mercurial > audlegacy
changeset 1867:bddfba95af47 trunk
[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
author | nenolod |
---|---|
date | Thu, 12 Oct 2006 08:10:01 -0700 |
parents | a478407f07e3 |
children | 1a801187f510 |
files | ChangeLog audacious/widgets/skin.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [2687] - for fucks sake, properties::mainwin_text_visible should be initialised to TRUE
--- 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)