[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Drop superfluous g_warning

noreply at xfce.org noreply at xfce.org
Fri Sep 9 23:00:48 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit 51b7bf8cafec7f5521b85c19f7d4b96a0b093c45
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Sep 9 23:00:31 2016 +0200

    Drop superfluous g_warning
---
 xfce4-notifyd/xfce-notify-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index 12975e0..6ed3d7e 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -801,7 +801,7 @@ xfce_notify_window_set_icon_name (XfceNotifyWindow *window,
             gtk_image_set_from_gicon (GTK_IMAGE (window->icon), icon, GTK_ICON_SIZE_DIALOG);
             icon_set = TRUE;
         }
-            g_warning ("The icon could not be found: %s", icon_name);
+
         if (pix) {
             gtk_image_set_from_pixbuf (GTK_IMAGE (window->icon), pix);
             g_object_unref (G_OBJECT (pix));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list