summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2009-09-22 16:24:27 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2009-09-22 16:24:27 -0400
commit369dd1d3f76834a370b2b13de9317b6acf8c25e0 (patch)
tree61799ab2c71faf3e053421ccc55b4f942c58dd20
parent01d6b30e093a416a2356ca8bb64563f991676b35 (diff)
Fix stroke color
-rw-r--r--src/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme.c b/src/theme.c
index bfb1f83..def392d 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -170,7 +170,7 @@ fill_background (GtkWidget *widget,
case URGENCY_LOW:
case URGENCY_NORMAL:
default:
- color = widget->style->bg [GTK_STATE_SELECTED];
+ color = widget->style->bg [GTK_STATE_NORMAL];
break;
}