From a52d99ecf4acb49cece2217b0e53c366bdcf5590 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 16 Feb 2002 00:08:47 +0000 Subject: /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 --- src/fe-common/core/themes.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fe-common') 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, -- cgit v1.2.3