1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-16 06:25:24 +00:00

Fixed a compiler warning for statusbar_redraw

Fixed a compiler warning for statusbar_redraw.
This commit is contained in:
Geert Hauwaerts 2014-07-06 23:27:55 +02:00
parent 43baf71efd
commit 2ff5f5b7e5
2 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,6 @@ void fe_common_core_finish_init(void)
if (setup_changed)
signal_emit("setup changed", 0);
statusbar_redraw(NULL, TRUE);
autorun_startup();
autoconnect_servers();
}

View File

@ -203,6 +203,7 @@ static void textui_finish_init(void)
fe_common_core_finish_init();
signal_emit("irssi init finished", 0);
statusbar_redraw(NULL, TRUE);
printtext_window(active_win, MSGLEVEL_CRAP,
"%s", banner_text);