muting volume no longer causes volume to change

SVN revision: 80151
This commit is contained in:
Mike Blumenkrantz 2012-12-04 12:56:08 +00:00
parent 64371a3aed
commit 1b76509002
1 changed files with 0 additions and 1 deletions

View File

@ -444,7 +444,6 @@ _mixer_popup_cb_mute_change(void *data, Evas_Object *obj, void *event __UNUSED__
state->mute = e_widget_check_checked_get(obj);
e_mod_mixer_mute_set(inst->sys, inst->channel, state->mute);
if (!state->mute) e_mod_mixer_volume_set(inst->sys, inst->channel, state->left, state->right);
_mixer_gadget_update(inst);
}