Define -DG_DISABLE_DEPRECATED, and remove deprecated glib symbol
[platform/core/uifw/at-spi2-atk.git] / droute / droute-test.c
index 32d8521..33766a2 100644 (file)
@@ -267,7 +267,7 @@ int main (int argc, char **argv)
                                test_properties);
 
     g_idle_add (do_tests_func, NULL);
-    g_main_run(main_loop);
+    g_main_loop_run(main_loop);
     if (success)
             return 0;
     else