use the rectangle gradient when the theme asks for elipse
authorDana Jansens <danakj@orodu.net>
Tue, 20 May 2003 07:27:23 +0000 (07:27 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 20 May 2003 07:27:23 +0000 (07:27 +0000)
render/theme.c

index 39079bd..8ba7a9d 100644 (file)
@@ -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)