diff options
author | Timo Sirainen <cras@irssi.org> | 2002-02-16 00:08:47 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-02-16 00:08:47 +0000 |
commit | a52d99ecf4acb49cece2217b0e53c366bdcf5590 (patch) | |
tree | 874295f6d3dab8f3e0f51fd688bb31b93165a243 /src/fe-common | |
parent | 202d0b070e84566bc54a61692e0ae7545885d03b (diff) | |
download | irssi-a52d99ecf4acb49cece2217b0e53c366bdcf5590.zip |
/RELOAD didn't update the statusbar colors the first time. /SET theme never
changed the statusbar colors.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2465 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/core/themes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-common/core/themes.c b/src/fe-common/core/themes.c index c80c9e2d..f1b871b2 100644 --- a/src/fe-common/core/themes.c +++ b/src/fe-common/core/themes.c @@ -1173,6 +1173,8 @@ static void change_theme(const char *name, int verbose) rec = theme_load(name); if (rec != NULL) { current_theme = rec; + signal_emit("theme changed", 1, rec); + if (verbose) { printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE, TXT_THEME_CHANGED, |