From 36bbcdaba81ab29f863d9ed52878b8d5c13e317c Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Sat, 16 Mar 2013 21:40:28 +0100 Subject: [PATCH] Use class style Frame in XfceHeading for Gtk3. --- libxfce4ui/xfce-heading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.7.11.7