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 35747be..b5cdd40 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); |