[murrine] This maybe fixes launchpad bug 546485
- From: Andrea Cimitan <acimitan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [murrine] This maybe fixes launchpad bug 546485
- Date: Mon, 5 Apr 2010 01:46:02 +0000 (UTC)
commit 99c298641123f60ccddd909b00e652b9fc0fb5d2
Author: Andrea <andrea cimitan gmail com>
Date: Mon Apr 5 03:45:30 2010 +0200
This maybe fixes launchpad bug 546485
src/murrine_style.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/murrine_style.c b/src/murrine_style.c
index 17479ab..471cc0d 100644
--- a/src/murrine_style.c
+++ b/src/murrine_style.c
@@ -1940,8 +1940,9 @@ 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)))
+ (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]