From 94e6ab1132d0510edb6a733593de7f031d259101 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 9 Aug 2006 00:55:59 +0000 Subject: Release 2.15.91 Update. 2006-07-28 Lucas Rocha * configure.in: Release 2.15.91 * NEWS: Update. --- src/notification.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); -- cgit