aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2015-02-03 08:24:44 -0600
committerTed Gould <ted@gould.cx>2015-02-03 08:24:44 -0600
commit47e8a6dbd878ed69aebc7a268b9d74e9dde014f6 (patch)
tree0b64c323198f3a768140cdf8987a5d07dcb014a9
parent6feea025512a572179b041bd5c02d44b1f57adce (diff)
downloadayatana-indicator-sound-47e8a6dbd878ed69aebc7a268b9d74e9dde014f6.tar.gz
ayatana-indicator-sound-47e8a6dbd878ed69aebc7a268b9d74e9dde014f6.tar.bz2
ayatana-indicator-sound-47e8a6dbd878ed69aebc7a268b9d74e9dde014f6.zip
Incorrect type
-rw-r--r--src/service.vala2
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) {