initialize variables for startup notification

This commit is contained in:
Sascha Kruse 2013-01-03 20:49:06 +01:00
parent ee8ccb18c7
commit 0689d6643c

View File

@ -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;