initialize new notification element in warn()

This commit is contained in:
Sascha Kruse 2012-10-08 03:05:21 +02:00
parent 3162d6569e
commit f92da67bba

View File

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