forked from PsychoticNinja/irssi
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)
|
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…
x
Reference in New Issue
Block a user