mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
43020c2e5f
commit
43893ce50e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user