From 632b2af7a8283eff025456d3bb39a362311f4182 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 27 Jul 2003 19:57:38 +0000 Subject: fix mem leaks/crashes --- render/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/theme.h') 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; -- cgit v1.2.3