1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-14 03:04:17 -04:00

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
This commit is contained in:
Timo Sirainen 2002-12-29 16:11:16 +00:00 committed by cras
parent 43020c2e5f
commit 43893ce50e

View File

@ -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);