mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue