# HG changeset patch # User nenolod # Date 1160389236 25200 # Node ID 1014e22133e2d558d6681e47f10d145547680d65 # Parent d8791a0b2902ededf703df44e841c58b804784c7 [svn] - the default for mainwinTextVisible() should be FALSE. diff -r d8791a0b2902 -r 1014e22133e2 ChangeLog --- a/ChangeLog Mon Oct 09 03:04:44 2006 -0700 +++ b/ChangeLog Mon Oct 09 03:20:36 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-09 10:04:44 +0000 William Pitcock + revision [2655] + - change skin_mask_info[] if the player sizes change. + + trunk/audacious/widgets/skin.c | 6 ++++++ + 1 file changed, 6 insertions(+) + + 2006-10-09 09:58:18 +0000 William Pitcock revision [2653] - replace several occurances of MAINWIN_WIDTH with bmp_active_skin->properties.mainwin_width. diff -r d8791a0b2902 -r 1014e22133e2 audacious/widgets/skin.c --- a/audacious/widgets/skin.c Mon Oct 09 03:04:44 2006 -0700 +++ b/audacious/widgets/skin.c Mon Oct 09 03:20:36 2006 -0700 @@ -810,7 +810,7 @@ g_free(tmp); } - skin->properties.mainwin_text_visible = TRUE; + skin->properties.mainwin_text_visible = FALSE; tmp = read_ini_string(filename, "skin", "mainwinTextVisible"); if (tmp != NULL)