aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/service.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.vala b/src/service.vala
index 692b88d..5bc4fc7 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -436,7 +436,7 @@ public class IndicatorSound.Service: Object {
private void update_notification () {
if (!_volume_warning.active && !block_info_notifications) {
_info_notification.show(this.volume_control.active_output,
- this.volume_control.volume.volume,
+ get_volume_percent(),
_volume_warning.high_volume);
}
}