summaryrefslogtreecommitdiff
path: root/src/notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification.c')
-rw-r--r--src/notification.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notification.c b/src/notification.c
index 222fbc8..745d8a3 100644
--- a/src/notification.c
+++ b/src/notification.c
@@ -182,6 +182,7 @@ zenity_notification_handle_stdin (GIOChannel *channel,
g_free (freeme);
notify_notification_show (notif, &error);
+
if (error) {
g_warning ("Error showing notification: %s", error->message);
g_error_free (error);