apply the desktop notification setting to the context on conf load

SVN revision: 64154
This commit is contained in:
Viktor Kojouharov 2011-10-18 18:17:57 +00:00
parent 283c7f8264
commit dfd5bb2d57
1 changed files with 1 additions and 0 deletions

View File

@ -1355,6 +1355,7 @@ _mixer_module_configuration_setup(E_Mixer_Module_Context *ctxt)
IFMODCFGEND;
ctxt->conf->version = MOD_CONFIG_FILE_VERSION;
ctxt->desktop_notification = ctxt->conf->desktop_notification;
}
static const char _act_increase[] = "volume_increase";