Don't use deprecated GLib api
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2009 05:12:50 +0000 (01:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2009 05:12:50 +0000 (01:12 -0400)
Fixes bug 585673.

gio/tests/resolver.c

index 205e41cbd6aae3abf26d1d4b6f03d1c0f8a09e52..325d437443e8ea5febb407d987598745d50e709f 100644 (file)
@@ -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