From ad57381fcfd07795691f50e4d51806fda8df4fa8 Mon Sep 17 00:00:00 2001 From: Nick Dedekind Date: Wed, 16 Apr 2014 16:48:21 +0100 Subject: continue update timer if another change has come in --- src/volume-control.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/volume-control.vala b/src/volume-control.vala index bd66224..8312cd6 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -523,6 +523,7 @@ public class VolumeControl : Object _send_next_local_volume = false; sync_volume_to_accountsservice.begin (_volume); + return true; // G_SOURCE_CONTINUE } _local_volume_timer = 0; return false; // G_SOURCE_REMOVE -- cgit v1.2.3