when theme is changed, it should print the message to status window, not to active window..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1585 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-06-28 17:43:53 +00:00 committed by cras
commit 77b72271c8

View file

@ -1102,9 +1102,9 @@ static void change_theme(const char *name, int verbose)
if (rec != NULL) {
current_theme = rec;
if (verbose) {
printformat_window(active_win, MSGLEVEL_CLIENTNOTICE,
TXT_THEME_CHANGED,
rec->name, rec->path);
printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE,
TXT_THEME_CHANGED,
rec->name, rec->path);
}
} else if (verbose) {
printformat(NULL, NULL, MSGLEVEL_CLIENTERROR,