summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-27 19:57:38 +0000
committerDana Jansens <danakj@orodu.net>2003-07-27 19:57:38 +0000
commit632b2af7a8283eff025456d3bb39a362311f4182 (patch)
tree9fc03cf1ac8d906f314f9eae88b63851b0d5a417 /render/theme.h
parent2eb5721416309089d855ec8362d4ec131f595c21 (diff)
fix mem leaks/crashes
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/theme.h b/render/theme.h
index 18464c36..f7c0dc67 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -29,7 +29,7 @@ struct _RrTheme {
RrColor *title_focused_color;
RrColor *title_unfocused_color;
RrColor *titlebut_disabled_focused_color;
- RrColor *titlebut_disabled_unfocused_color;
+ RrColor *titlebut_disabled_unfocused_color;
RrColor *titlebut_hover_focused_color;
RrColor *titlebut_hover_unfocused_color;
RrColor *titlebut_focused_pressed_color;