X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui_theme.c;h=4abc45ec6e7a0cd60872d840a04d4f2659ca5119;hb=4990334538fe7f18964a6027b22d47c7640c3ec0;hp=ffa5d792ee199f16e5bb26c5e6557054520f8e5c;hpb=9d67b5bc98e1cea0b3f3138f23c424c30bd7c43e;p=paraslash.git diff --git a/gui_theme.c b/gui_theme.c index ffa5d792..4abc45ec 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -362,7 +362,7 @@ struct theme_description { void (*init)(struct gui_theme *t); }; -struct theme_description themes[] = { +static struct theme_description themes[] = { { .name = "colorful blackness", .init = init_theme_colorful_blackness,