Make the new banner appear on the status window if there is one

This avoids it appearing in the last active window after a /layout save
on a previous run.
This commit is contained in:
David Leadbeater 2014-07-08 00:47:45 +01:00
commit 108d0c5d1d

View file

@ -205,8 +205,7 @@ static void textui_finish_init(void)
signal_emit("irssi init finished", 0); signal_emit("irssi init finished", 0);
statusbar_redraw(NULL, TRUE); statusbar_redraw(NULL, TRUE);
printtext_window(active_win, MSGLEVEL_CRAP, printtext(NULL, NULL, MSGLEVEL_CRAP|MSGLEVEL_NO_ACT, "%s", banner_text);
"%s", banner_text);
if (display_firsttimer) { if (display_firsttimer) {
printtext_window(active_win, MSGLEVEL_CRAP, printtext_window(active_win, MSGLEVEL_CRAP,