From ca18e99ee04c10fbc0baff2e836278f4f8817af0 Mon Sep 17 00:00:00 2001 From: charles kerr Date: Sat, 19 Dec 2015 22:44:48 -0600 Subject: add WarnNotification to volume-warning Not actually /used/ yet, but it compiles & tests still pass... --- src/volume-warning.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/volume-warning.vala') diff --git a/src/volume-warning.vala b/src/volume-warning.vala index 2851f4b..5809f61 100644 --- a/src/volume-warning.vala +++ b/src/volume-warning.vala @@ -37,6 +37,8 @@ public class VolumeWarning : VolumeControl warning("set_mute not supported for VolumeWarning"); } + private IndicatorSound.WarnNotification _notification = new IndicatorSound.WarnNotification(); + /* this is static to ensure it being freed after @context (loop does not have ref counting) */ private static PulseAudio.GLibMainLoop loop; -- cgit v1.2.3