mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02: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
1 changed files with 2 additions and 1 deletions
|
|
@ -463,7 +463,8 @@ void fe_common_core_finish_init(void)
|
||||||
if (setup_changed)
|
if (setup_changed)
|
||||||
signal_emit("setup changed", 0);
|
signal_emit("setup changed", 0);
|
||||||
|
|
||||||
autorun_startup();
|
statusbar_redraw(NULL, TRUE);
|
||||||
|
autorun_startup();
|
||||||
autoconnect_servers();
|
autoconnect_servers();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue