[murrine] This fixes *really* ;)
- From: Andrea Cimitan <acimitan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [murrine] This fixes *really* ;)
- Date: Tue, 30 Mar 2010 21:42:43 +0000 (UTC)
commit 92eb635b813742e8a19d0972ddb44d6e770aebb4
Author: Andrea <andrea cimitan gmail com>
Date: Tue Mar 30 23:42:18 2010 +0200
This fixes *really* ;)
src/murrine_style.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/murrine_style.c b/src/murrine_style.c
index 8cdccb9..17479ab 100644
--- a/src/murrine_style.c
+++ b/src/murrine_style.c
@@ -1940,8 +1940,8 @@ murrine_style_draw_layout (GtkStyle *style,
if (area)
gdk_gc_set_clip_rectangle (gc, area);
- if (widget && state_type == GTK_STATE_INSENSITIVE ||
- (&MURRINE_STYLE (style)->textstyle != 0 && state_type != GTK_STATE_PRELIGHT))
+ if (widget && (state_type == GTK_STATE_INSENSITIVE ||
+ (&MURRINE_STYLE (style)->textstyle != 0 && state_type != GTK_STATE_PRELIGHT)))
{
MurrineStyle *murrine_style = MURRINE_STYLE (style);
MurrineColors *colors = &murrine_style->colors;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]