mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
send "irssi init finished" _after_ setting up perl support.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@627 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3a4b358cdf
commit
c084cfc5ca
1 changed files with 2 additions and 1 deletions
|
|
@ -110,10 +110,11 @@ static void textui_finish_init(void)
|
||||||
fe_common_core_finish_init();
|
fe_common_core_finish_init();
|
||||||
fe_common_irc_finish_init();
|
fe_common_irc_finish_init();
|
||||||
|
|
||||||
signal_emit("irssi init finished", 0);
|
|
||||||
#ifdef HAVE_PERL
|
#ifdef HAVE_PERL
|
||||||
irssi_perl_init();
|
irssi_perl_init();
|
||||||
#endif
|
#endif
|
||||||
|
signal_emit("irssi init finished", 0);
|
||||||
|
|
||||||
screen_refresh_thaw();
|
screen_refresh_thaw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue