1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-14 03:04:17 -04:00

Redraw the statusbar after reading the settings

I fixed a bug where the statusbar was not redrawn after reading the
settings.
This commit is contained in:
Geert Hauwaerts 2014-07-06 22:24:16 +02:00
parent 8c1e7d9c17
commit bea5cb6d02

View File

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