Sending NULL body is allowed
This commit is contained in:
parent
3b3dbab544
commit
9fae4e8c01
|
@ -222,7 +222,7 @@ main (int argc, char *argv[])
|
|||
exit (1);
|
||||
|
||||
notify = notify_notification_new (summary,
|
||||
body == NULL ? "" : body,
|
||||
body,
|
||||
icon_str,
|
||||
NULL);
|
||||
notify_notification_set_category (notify, type);
|
||||
|
|
Loading…
Reference in New Issue