mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Fixed a compiler warning for statusbar_redraw
Fixed a compiler warning for statusbar_redraw.
This commit is contained in:
parent
43baf71efd
commit
2ff5f5b7e5
@ -463,7 +463,6 @@ void fe_common_core_finish_init(void)
|
|||||||
if (setup_changed)
|
if (setup_changed)
|
||||||
signal_emit("setup changed", 0);
|
signal_emit("setup changed", 0);
|
||||||
|
|
||||||
statusbar_redraw(NULL, TRUE);
|
|
||||||
autorun_startup();
|
autorun_startup();
|
||||||
autoconnect_servers();
|
autoconnect_servers();
|
||||||
}
|
}
|
||||||
|
@ -203,6 +203,7 @@ static void textui_finish_init(void)
|
|||||||
|
|
||||||
fe_common_core_finish_init();
|
fe_common_core_finish_init();
|
||||||
signal_emit("irssi init finished", 0);
|
signal_emit("irssi init finished", 0);
|
||||||
|
statusbar_redraw(NULL, TRUE);
|
||||||
|
|
||||||
printtext_window(active_win, MSGLEVEL_CRAP,
|
printtext_window(active_win, MSGLEVEL_CRAP,
|
||||||
"%s", banner_text);
|
"%s", banner_text);
|
||||||
|
Loading…
Reference in New Issue
Block a user