mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05: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,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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user