From 0414b149396497e4c837a126d1945905ceb2623c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 14 Oct 2014 23:38:00 -0500 Subject: Get propery property name --- src/service.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/service.vala b/src/service.vala index 8f58110..b4c7c44 100644 --- a/src/service.vala +++ b/src/service.vala @@ -396,7 +396,7 @@ public class IndicatorSound.Service: Object { Action create_high_volume_actions () { var high_volume_action = new SimpleAction.stateful("high-volume", null, new Variant.boolean (this.volume_control.high_volume)); - this.volume_control.notify["high_volume"].connect( () => + this.volume_control.notify["high-volume"].connect( () => high_volume_action.set_state(new Variant.boolean (this.volume_control.high_volume))); return high_volume_action; -- cgit v1.2.3