diff options
author | Viktor Kojouharov <vkojouharov@gmail.com> | 2011-10-18 18:17:57 +0000 |
---|---|---|
committer | Viktor Kojouharov <vkojouharov@gmail.com> | 2011-10-18 18:17:57 +0000 |
commit | dfd5bb2d5792e9b53574fa9297b8911e31ef43c6 (patch) | |
tree | dc8d66abada96ab1654a51ef90a51ec901b99333 /src/modules/mixer/e_mod_main.c | |
parent | 283c7f82645c32ae1cada4e1cc87ede6085679ac (diff) | |
download | enlightenment-dfd5bb2d5792e9b53574fa9297b8911e31ef43c6.tar.gz |
apply the desktop notification setting to the context on conf load
SVN revision: 64154
Diffstat (limited to 'src/modules/mixer/e_mod_main.c')
-rw-r--r-- | src/modules/mixer/e_mod_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/mixer/e_mod_main.c b/src/modules/mixer/e_mod_main.c index 2675dfe4c5..54519dbfd0 100644 --- a/src/modules/mixer/e_mod_main.c +++ b/src/modules/mixer/e_mod_main.c @@ -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"; |