mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
add the "gui exit" with signal_add_last() so it can be aborted while still running the other "gui exit" hooks.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2179 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
294c94573a
commit
1eeb5cf362
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ static void textui_init(void)
|
||||||
fe_common_irc_init();
|
fe_common_irc_init();
|
||||||
|
|
||||||
theme_register(gui_text_formats);
|
theme_register(gui_text_formats);
|
||||||
signal_add("gui exit", (SIGNAL_FUNC) sig_exit);
|
signal_add_last("gui exit", (SIGNAL_FUNC) sig_exit);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void textui_finish_init(void)
|
static void textui_finish_init(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue