diff options
Diffstat (limited to 'src/notification.c')
-rw-r--r-- | src/notification.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notification.c b/src/notification.c index 222fbc8a..745d8a35 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); |