summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2006-08-09 00:55:59 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2006-08-09 00:55:59 +0000
commit94e6ab1132d0510edb6a733593de7f031d259101 (patch)
tree4ef5c95ec647fe58a3dab9f77691eeb06f2db59c /src
parentFixed some typos. (diff)
downloadzenity-94e6ab1132d0510edb6a733593de7f031d259101.tar.gz
zenity-94e6ab1132d0510edb6a733593de7f031d259101.tar.bz2
zenity-94e6ab1132d0510edb6a733593de7f031d259101.zip
Release 2.15.91 Update.
2006-07-28 Lucas Rocha <lucasr@gnome.org> * configure.in: Release 2.15.91 * NEWS: Update.
Diffstat (limited to 'src')
-rw-r--r--src/notification.c1
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);
bgstack15