mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -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:
parent
8c1e7d9c17
commit
bea5cb6d02
@ -463,6 +463,7 @@ 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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user