[Xfce4-commits] [xfce/libxfce4ui] 01/01: Set the XfceHeading style class to enable theming in Gtk3.20

noreply at xfce.org noreply at xfce.org
Wed Jul 20 23:51:04 CEST 2016


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

ochosi pushed a commit to branch master
in repository xfce/libxfce4ui.

commit 095b886e94d5e7fe54968df4c4910b42bbf93851
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Jul 20 23:50:38 2016 +0200

    Set the XfceHeading style class to enable theming in Gtk3.20
---
 libxfce4ui/xfce-heading.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libxfce4ui/xfce-heading.c b/libxfce4ui/xfce-heading.c
index 94ab38d..3d5318a 100644
--- a/libxfce4ui/xfce-heading.c
+++ b/libxfce4ui/xfce-heading.c
@@ -240,6 +240,7 @@ _xfce_heading_draw (GtkWidget *widget,
 
   gtk_style_context_save (context);
   gtk_style_context_add_class (context, GTK_STYLE_CLASS_FRAME);
+  gtk_style_context_add_class (context, "XfceHeading");
 
   /* check if we should render from right to left */
   rtl = (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL);

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


More information about the Xfce4-commits mailing list