Mercurial > audlegacy
changeset 1814:85e04678e60a trunk
[svn] - fix typo
author | nenolod |
---|---|
date | Wed, 04 Oct 2006 23:33:51 -0700 |
parents | 97e060182873 |
children | fe9c64047fc8 |
files | ChangeLog audacious/widgets/skin.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Oct 04 23:33:22 2006 -0700 +++ b/ChangeLog Wed Oct 04 23:33:51 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-05 06:33:22 +0000 William Pitcock <nenolod@nenolod.net> + revision [2583] + - default values for all properties (fixes wa2 skins/amsf 1.0 skins) + + trunk/audacious/widgets/skin.c | 20 ++++++++++++++++++++ + 1 file changed, 20 insertions(+) + + 2006-10-05 06:25:57 +0000 George Averill <nhjm449@gmail.com> revision [2581] - Default skin updated
--- a/audacious/widgets/skin.c Wed Oct 04 23:33:22 2006 -0700 +++ b/audacious/widgets/skin.c Wed Oct 04 23:33:51 2006 -0700 @@ -619,7 +619,7 @@ g_free(tmp); } - skin->properties.mainwin_infobar_y = 43 + skin->properties.mainwin_infobar_y = 43; tmp = read_ini_string(filename, "skin", "mainwinInfoBarY"); if (tmp != NULL)