[glib] Don't use deprecated GLib api



commit 50a7f530557e35c6dfc543d969c0369d53d45a87
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 15 01:12:50 2009 -0400

    Don't use deprecated GLib api
    
    Fixes bug 585673.

 gio/tests/resolver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]