From 0689d6643c17298cfe01a5883a02c522dee27e5b Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Thu, 3 Jan 2013 20:49:06 +0100 Subject: [PATCH] initialize variables for startup notification --- dunst.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dunst.c b/dunst.c index 466087f..fe5ed04 100644 --- a/dunst.c +++ b/dunst.c @@ -1878,6 +1878,8 @@ int main(int argc, char *argv[]) n->appname = "dunst"; n->summary = "startup"; n->body = "dunst is up and running"; + n->progress = 0; + n->timeout = 10; n->urgency = LOW; n->icon = NULL; n->msg = NULL;