[Xfce4-commits] [xfce/xfce4-panel] 01/01: tasklist: Avoid draw signal loop

noreply at xfce.org noreply at xfce.org
Sat Jun 29 01:07:30 CEST 2019


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 7d38c1bb06df6078369b78eeb259426a7bfa629d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Jun 29 01:06:49 2019 +0200

    tasklist: Avoid draw signal loop
---
 plugins/tasklist/tasklist-widget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 598db76..7126ad3 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -3647,7 +3647,7 @@ xfce_tasklist_group_button_button_draw (GtkWidget         *widget,
          consistent alpha. */
       context = gtk_widget_get_style_context (widget);
       gtk_style_context_get_color (context, gtk_style_context_get_state (context), &fg);
-      gtk_style_context_get (context, GTK_STATE_FLAG_SELECTED,
+      gtk_style_context_get (context, gtk_style_context_get_state (context),
                              GTK_STYLE_PROPERTY_BACKGROUND_COLOR,
                              &bg, NULL);
 

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


More information about the Xfce4-commits mailing list