From f371733fc4669a618bdfe569111a185f230e9955 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 3 Mar 2017 08:09:38 +0100 Subject: properly handly timeout values The timeout value in the config file was expected to be in ms... Fixes #18 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 717e907..0e0bb44 100644 --- a/config.def.h +++ b/config.def.h @@ -9,7 +9,7 @@ #define _CONFIG_H /* how long to display notifications */ -#define NOTIFICATION_TIMEOUT 10000 +#define NOTIFICATION_TIMEOUT 10 /* name of the icon used for notifications */ #define ICON_AUDIO_X_GENERIC "audio-x-generic" -- cgit v1.2.3-54-g00ecf