initialize new notification element in warn()
This commit is contained in:
parent
3162d6569e
commit
f92da67bba
1
dunst.c
1
dunst.c
@ -193,6 +193,7 @@ void warn(const char *text, int urg)
|
|||||||
n->icon = "";
|
n->icon = "";
|
||||||
n->timeout = 0;
|
n->timeout = 0;
|
||||||
n->urgency = urg;
|
n->urgency = urg;
|
||||||
|
n->progress = 0;
|
||||||
n->dbus_client = NULL;
|
n->dbus_client = NULL;
|
||||||
n->color_strings[ColFG] = NULL;
|
n->color_strings[ColFG] = NULL;
|
||||||
n->color_strings[ColBG] = NULL;
|
n->color_strings[ColBG] = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user