forked from e16/e16
1
0
Fork 0

Fix unsetting sound theme.

SVN revision: 37770
This commit is contained in:
Kim Woelders 2008-11-23 14:34:21 +00:00
parent b5f63fb1ef
commit c94fbff3d3
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,8 @@ _SoundConfigUnload(void)
static void
_SoundThemeChange(void *item __UNUSED__, const char *theme)
{
if (*theme == '\0')
theme = NULL;
_SoundConfigUnload();
_EFDUP(Conf_sound.theme, theme);
_SoundConfigLoad();