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 745d8a3..7aa69b5 100644
--- a/src/notification.c
+++ b/src/notification.c
@@ -48,6 +48,7 @@ zenity_notification_icon_update (void)
GError *error = NULL;
pixbuf = gdk_pixbuf_new_from_file_at_scale (icon_file, icon_size, icon_size, TRUE, &error);
+
if (error) {
g_warning ("Could not load notification icon '%s': %s",
icon_file, error->message);