summaryrefslogtreecommitdiff
path: root/src/fe-common/core
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-12-29 16:11:16 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-12-29 16:11:16 +0000
commit43893ce50e6587e5e67a570f7bc8880c2d5c3646 (patch)
tree954f98ae8f5caf953c81fc6c97deb4f6b3927b03 /src/fe-common/core
parent43020c2e5f37af657ec44bc0738095561ae5f8e0 (diff)
downloadirssi-43893ce50e6587e5e67a570f7bc8880c2d5c3646.zip
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
Diffstat (limited to 'src/fe-common/core')
-rw-r--r--src/fe-common/core/themes.c2
1 files changed, 1 insertions, 1 deletions
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);