mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
update deprecated GLib symbol
g_main_quit -> g_main_loop_quit
This commit is contained in:
parent
672f127544
commit
ccf59868e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue