[gtk-engines] Remove Xfce workaround. (bug #616124)
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-engines] Remove Xfce workaround. (bug #616124)
- Date: Thu, 29 Apr 2010 15:08:05 +0000 (UTC)
commit ee5d780dc2e424bce8a75b21eb6f1b74ea177247
Author: Benjamin Berg <benjamin sipsolutions net>
Date: Thu Apr 29 17:07:31 2010 +0200
Remove Xfce workaround. (bug #616124)
engines/clearlooks/src/clearlooks_style.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/engines/clearlooks/src/clearlooks_style.c b/engines/clearlooks/src/clearlooks_style.c
index 97ff857..647e447 100644
--- a/engines/clearlooks/src/clearlooks_style.c
+++ b/engines/clearlooks/src/clearlooks_style.c
@@ -250,9 +250,8 @@ clearlooks_style_draw_shadow (DRAW_ARGS)
clearlooks_set_widget_parameters (widget, style, state_type, ¶ms);
params.corners = CR_CORNER_NONE;
- if (widget && !g_str_equal ("XfcePanelWindow", gtk_widget_get_name (gtk_widget_get_toplevel (widget))))
- STYLE_FUNCTION(draw_frame) (cr, colors, ¶ms, &frame,
- x, y, width, height);
+ STYLE_FUNCTION(draw_frame) (cr, colors, ¶ms, &frame,
+ x, y, width, height);
}
else if (DETAIL ("scrolled_window") || DETAIL ("viewport") || detail == NULL)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]