From 43893ce50e6587e5e67a570f7bc8880c2d5c3646 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 29 Dec 2002 16:11:16 +0000 Subject: [PATCH] typo: themes weren't defaulting their abstracts to internal theme git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3085 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/themes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/themes.c b/src/fe-common/core/themes.c index d0620048..53d5e262 100644 --- a/src/fe-common/core/themes.c +++ b/src/fe-common/core/themes.c @@ -950,7 +950,7 @@ static int theme_read(THEME_REC *theme, const char *path) theme->default_color = -1; theme_read_replaces(config, theme); - if (path == NULL) + if (path != NULL) theme_copy_abstracts(theme, internal_theme); theme_read_abstracts(config, theme);