[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 03/04: Print debug msg with the new value *after* setting the value

noreply at xfce.org noreply at xfce.org
Thu Feb 9 20:42:36 CET 2017


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit 0902fcbb7d63e48fa2cfe9783c7c8e7b4a71f0f9
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Feb 9 20:15:49 2017 +0100

    Print debug msg with the new value *after* setting the value
---
 panel-plugin/monitor-label.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/monitor-label.c b/panel-plugin/monitor-label.c
index 032bc7f..d70d53f 100644
--- a/panel-plugin/monitor-label.c
+++ b/panel-plugin/monitor-label.c
@@ -153,8 +153,8 @@ xnlp_monitor_label_set_color (XnlpMonitorLabel *label, GdkRGBA* color)
         css = g_strdup_printf(".label { color: inherit; }");
 #endif
     }
-    DBG("setting label css: %s", gtk_css_provider_to_string (label->css_provider));
     gtk_css_provider_load_from_data (label->css_provider, css, strlen(css), NULL);
+    DBG("setting label css: %s", gtk_css_provider_to_string (label->css_provider));
     g_free(css);
 
 }

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


More information about the Xfce4-commits mailing list