diff options
author | Ted Gould <ted@gould.cx> | 2015-02-03 08:24:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-02-03 08:24:44 -0600 |
commit | 47e8a6dbd878ed69aebc7a268b9d74e9dde014f6 (patch) | |
tree | 0b64c323198f3a768140cdf8987a5d07dcb014a9 /src | |
parent | 6feea025512a572179b041bd5c02d44b1f57adce (diff) | |
download | ayatana-indicator-sound-47e8a6dbd878ed69aebc7a268b9d74e9dde014f6.tar.gz ayatana-indicator-sound-47e8a6dbd878ed69aebc7a268b9d74e9dde014f6.tar.bz2 ayatana-indicator-sound-47e8a6dbd878ed69aebc7a268b9d74e9dde014f6.zip |
Incorrect type
Diffstat (limited to 'src')
-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 da6b824..22cb1c6 100644 --- a/src/service.vala +++ b/src/service.vala @@ -271,7 +271,7 @@ public class IndicatorSound.Service: Object { private bool check_sync_notification = false; private bool support_sync_notification = false; private string last_output_notification = "multimedia"; - private string last_volume_notification = 0; + private double last_volume_notification = 0; void update_sync_notification () { if (!check_sync_notification) { |