diff options
Diffstat (limited to 'src/service.vala')
-rw-r--r-- | src/service.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.vala b/src/service.vala index b7bc518..692b88d 100644 --- a/src/service.vala +++ b/src/service.vala @@ -544,7 +544,7 @@ public class IndicatorSound.Service: Object { /* activating this action changes the volume by the amount given in the parameter */ volume_action.activate.connect ((a,p) => activate_scroll_action(a,p)); - _options.notify["max_volume"].connect(() => { + _options.notify["max-volume"].connect(() => { update_volume_action_state(); }); |