From a369f5d3442489dc2cc177b0d6a542e9783115c9 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Wed, 25 Jul 2012 10:07:06 +0200 Subject: [PATCH] initialize depricated_dunstrc_shortcuts --- dunst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst.c b/dunst.c index d97368d..9cbf7d4 100644 --- a/dunst.c +++ b/dunst.c @@ -105,7 +105,7 @@ static enum follow_mode f_mode = FOLLOW_NONE; int next_notification_id = 1; int depricated_mod = False; -int depricated_dunstrc_shortcuts; +int depricated_dunstrc_shortcuts = False; /* notification lists */ list *notification_queue = NULL; /* all new notifications get into here */