1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

Merge pull request #1272 from ailin-nemui/checks

update deprecated GLib symbol
This commit is contained in:
ailin-nemui 2021-02-25 06:52:09 +01:00 committed by GitHub
commit 395453aa23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ static int reload;
static void sig_exit(void)
{
g_main_quit(main_loop);
g_main_loop_quit(main_loop);
}
static void sig_reload(void)