From f92da67bbab9f2cc22922438068f6b62c5c7ac05 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Mon, 8 Oct 2012 03:05:21 +0200 Subject: [PATCH] initialize new notification element in warn() --- dunst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dunst.c b/dunst.c index d500f21..1663c04 100644 --- a/dunst.c +++ b/dunst.c @@ -193,6 +193,7 @@ void warn(const char *text, int urg) n->icon = ""; n->timeout = 0; n->urgency = urg; + n->progress = 0; n->dbus_client = NULL; n->color_strings[ColFG] = NULL; n->color_strings[ColBG] = NULL;