From 97b22bd27bf2e3bba4143a15ec82e4f2561c984f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 20 May 2003 07:27:23 +0000 Subject: [PATCH] use the rectangle gradient when the theme asks for elipse --- render/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/theme.c b/render/theme.c index 39079bd8..8ba7a9dc 100644 --- a/render/theme.c +++ b/render/theme.c @@ -404,7 +404,7 @@ static void parse_appearance(char *tex, SurfaceColorType *grad, else if (strstr(tex, "pipecross") != NULL) *grad = Background_PipeCross; else if (strstr(tex, "elliptic") != NULL) - *grad = Background_Elliptic; + *grad = Background_Rectangle; else if (strstr(tex, "horizontal") != NULL) *grad = Background_Horizontal; else if (strstr(tex, "vertical") != NULL) -- 2.39.2