[Xfce4-commits] [xfce/xfce4-panel] 01/01: systray: Remove superfluous warning

noreply at xfce.org noreply at xfce.org
Sat Jan 25 20:18:58 CET 2020


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

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit 1379825a6d467202c382204a22ba38d3321cc790
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Jan 25 20:15:17 2020 +0100

    systray: Remove superfluous warning
---
 plugins/systray/systray.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/systray/systray.c b/plugins/systray/systray.c
index 4e8297d..517b911 100644
--- a/plugins/systray/systray.c
+++ b/plugins/systray/systray.c
@@ -536,8 +536,6 @@ systray_plugin_orientation_changed (XfcePanelPlugin *panel_plugin,
     color.green = rgba.green * G_MAXUSHORT;
     color.blue = rgba.blue * G_MAXUSHORT;
 
-    g_warning ("setting the symbolic color to: %d %d %d", color.red, color.green, color.blue);
-
     fg = error = warning = success = color;
 
     systray_manager_set_colors (plugin->manager, &fg, &error, &warning, &success);

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


More information about the Xfce4-commits mailing list