From 50a7f530557e35c6dfc543d969c0369d53d45a87 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Jun 2009 01:12:50 -0400 Subject: [PATCH] Don't use deprecated GLib api Fixes bug 585673. --- gio/tests/resolver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/resolver.c b/gio/tests/resolver.c index 205e41c..325d437 100644 --- a/gio/tests/resolver.c +++ b/gio/tests/resolver.c @@ -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 -- 2.7.4