From cfa2ff68cf0664c0d147e5a3792e8bd1f95be5d5 Mon Sep 17 00:00:00 2001 From: charles kerr Date: Sun, 20 Dec 2015 09:02:55 -0600 Subject: set options.max_volume's default value to 1.0 this fixes the notifications-tests unit tests. --- src/options.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/options.vala b/src/options.vala index 5e43025..3005cf5 100644 --- a/src/options.vala +++ b/src/options.vala @@ -22,7 +22,7 @@ public abstract class IndicatorSound.Options : Object { // MAX VOLUME - public virtual double max_volume { get; protected set; } + public double max_volume { get; protected set; default = 1.0; } // LOUD -- cgit v1.2.3