mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
Don't use deprecated GLib api
Fixes bug 585673.
This commit is contained in:
@@ -494,7 +494,7 @@ main (int argc, char **argv)
|
||||
start_async_lookups (argv + 1, argc - 1);
|
||||
}
|
||||
|
||||
g_main_run (loop);
|
||||
g_main_loop_run (loop);
|
||||
g_main_loop_unref (loop);
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
|
Reference in New Issue
Block a user