forked from PsychoticNinja/irssi
update deprecated GLib symbol
g_main_quit -> g_main_loop_quit
This commit is contained in:
parent
672f127544
commit
ccf59868e2
@ -39,7 +39,7 @@ static int reload;
|
|||||||
|
|
||||||
static void sig_exit(void)
|
static void sig_exit(void)
|
||||||
{
|
{
|
||||||
g_main_quit(main_loop);
|
g_main_loop_quit(main_loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sig_reload(void)
|
static void sig_reload(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user