summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/notify-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/notify-send.c b/tools/notify-send.c
index e1831f4..20fe666 100644
--- a/tools/notify-send.c
+++ b/tools/notify-send.c
@@ -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);