1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-16 06:25:24 +00:00

moved the dirty_check() before fe_common_core_finish_init() so that if

~/.irssi/startup file does something that wants to change the prompt it
would work..


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2089 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-19 17:31:33 +00:00 committed by cras
parent f5c9e3648e
commit 04bb4bbf39

View File

@ -171,9 +171,9 @@ static void textui_finish_init(void)
fe_perl_init();
#endif
fe_common_core_finish_init();
dirty_check();
fe_common_core_finish_init();
signal_emit("irssi init finished", 0);
if (display_firsttimer) {