[Xfce4-commits] [xfce/xfce4-panel] 06/12: Fix usage of GdkRGBA instead of GdkColor for background

noreply at xfce.org noreply at xfce.org
Mon Feb 27 22:51:47 CET 2017


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

ochosi pushed a commit to branch master
in repository xfce/xfce4-panel.

commit 6e2787a5ce9678bf8b8c9ed0fc50e1e2226c9327
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Feb 27 00:39:03 2017 +0100

    Fix usage of GdkRGBA instead of GdkColor for background
---
 panel/panel-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index bc279e7..e3be7de 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -2951,7 +2951,7 @@ panel_window_set_povider_info (PanelWindow *window,
       if (base_window->background_style == PANEL_BG_STYLE_COLOR)
         {
           panel_plugin_external_set_background_color (PANEL_PLUGIN_EXTERNAL (provider),
-              base_window->background_color);
+              base_window->background_rgba);
         }
       else if (base_window->background_style == PANEL_BG_STYLE_IMAGE)
         {

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


More information about the Xfce4-commits mailing list