aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-08-11 10:01:05 -0500
committerCharles Kerr <charles.kerr@canonical.com>2015-08-11 10:01:05 -0500
commit4570ce15a7769a4a1ce3b5ce4ac5d578c77eb267 (patch)
treeeb3e7430503808efd937182d67fafd0b8c04b230 /src
parent20f6bd10f17dfeecea93d03873e3b74ecef54782 (diff)
downloadayatana-indicator-sound-4570ce15a7769a4a1ce3b5ce4ac5d578c77eb267.tar.gz
ayatana-indicator-sound-4570ce15a7769a4a1ce3b5ce4ac5d578c77eb267.tar.bz2
ayatana-indicator-sound-4570ce15a7769a4a1ce3b5ce4ac5d578c77eb267.zip
fix volume_action -> scroll action signal connection regression found by xavi
Diffstat (limited to 'src')
-rw-r--r--src/service.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.vala b/src/service.vala
index c7341f2..57c9d4a 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -430,7 +430,7 @@ public class IndicatorSound.Service: Object {
});
/* activating this action changes the volume by the amount given in the parameter */
- volume_action.activate.connect ((action, param) => activate_scroll_action);
+ volume_action.activate.connect ((action, param) => activate_scroll_action());
this.volume_control.notify["max-volume"].connect(() => {
message("max-volume changed to %f", volume_control.max_volume);