mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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
@ -140,7 +140,7 @@ static void textui_init(void)
|
||||
fe_common_irc_init();
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user