From 0b3b6c5d2e66b5372df6a34ee2beb995e5c697e7 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Mon, 3 Mar 2014 18:22:03 -0500 Subject: Fix typo --- src/volume-control.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/volume-control.vala') diff --git a/src/volume-control.vala b/src/volume-control.vala index cb81f08..b9c6399 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -299,7 +299,7 @@ public class VolumeControl : Object { return_val_if_fail (context.get_state () == Context.State.READY, false); - if (_volume == volume) { + if (_volume != volume) { _volume = volume; context.get_server_info (server_info_cb_for_set_volume); return true; @@ -347,7 +347,7 @@ public class VolumeControl : Object return _mic_volume; } - /* accountsservice operations */ + /* AccountsService operations */ private void accountsservice_props_changed_cb (DBusProxy proxy, Variant changed_properties, string[] invalidated_properties) { Variant volume_variant = changed_properties.lookup_value ("Volume", new VariantType ("d")); -- cgit v1.2.3