[Xfce4-commits] [xfce/xfce4-panel] 02/03: Don't mess with	GTK_STATE_FLAGS anymore
    noreply at xfce.org 
    noreply at xfce.org
       
    Tue Mar  7 00:13:57 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 3e786b3dd64f8cdd39cb0fcf8cd1f65172f5181c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Mar 7 00:12:00 2017 +0100
    Don't mess with GTK_STATE_FLAGS anymore
    
    We used to use cairo and the draw signal, but as we draw with CSS
    now this line shouldn't be making any difference anymore.
---
 panel/panel-base-window.c | 2 --
 1 file changed, 2 deletions(-)
diff --git a/panel/panel-base-window.c b/panel/panel-base-window.c
index 2b58bb0..d03dc42 100644
--- a/panel/panel-base-window.c
+++ b/panel/panel-base-window.c
@@ -505,8 +505,6 @@ panel_base_window_enter_notify_event (GtkWidget        *widget,
       && priv->leave_opacity != priv->enter_opacity)
     gtk_window_set_opacity (GTK_WINDOW (widget), priv->enter_opacity);
 
-  gtk_widget_set_state_flags (widget, GTK_STATE_FLAG_PRELIGHT, TRUE);
-
   return FALSE;
 }
 
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list