[Xfce4-commits] <libxfce4ui:master> Use class style Frame in XfceHeading for Gtk3.

Nick Schermer noreply at xfce.org
Tue Mar 19 19:12:01 CET 2013


Updating branch refs/heads/master
         to 8cc25aec926c1b2dcb27686977537de928e06c56 (commit)
       from bf9648f01337bc9ae4b3f459d9e64f1fc25e38e7 (commit)

commit 8cc25aec926c1b2dcb27686977537de928e06c56
Author: Mike Massonnet <mmassonnet at gmail.com>
Date:   Sat Mar 16 21:40:28 2013 +0100

    Use class style Frame in XfceHeading for Gtk3.

 libxfce4ui/xfce-heading.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


More information about the Xfce4-commits mailing list