Mercurial > audlegacy
changeset 3605:4d157e02380f
Populate bmp_active_skin with default hints when it is created.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 23 Sep 2007 14:22:04 -0500 |
parents | 285c6afe0c41 |
children | 38094acaeedf |
files | src/audacious/skin.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/skin.c Sun Sep 23 14:21:00 2007 -0500 +++ b/src/audacious/skin.c Sun Sep 23 14:22:04 2007 -0500 @@ -512,6 +512,8 @@ { bmp_active_skin = skin_new(); + skin_parse_hints(bmp_active_skin, NULL); + /* create the windows if they haven't been created yet, needed for bootstrapping */ if (mainwin == NULL) {