mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Merge pull request #1272 from ailin-nemui/checks
update deprecated GLib symbol
This commit is contained in:
commit
395453aa23
@ -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…
Reference in New Issue
Block a user