mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
f5c9e3648e
commit
04bb4bbf39
@ -171,9 +171,9 @@ static void textui_finish_init(void)
|
|||||||
fe_perl_init();
|
fe_perl_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
fe_common_core_finish_init();
|
|
||||||
|
|
||||||
dirty_check();
|
dirty_check();
|
||||||
|
|
||||||
|
fe_common_core_finish_init();
|
||||||
signal_emit("irssi init finished", 0);
|
signal_emit("irssi init finished", 0);
|
||||||
|
|
||||||
if (display_firsttimer) {
|
if (display_firsttimer) {
|
||||||
|
Loading…
Reference in New Issue
Block a user