Don't use deprecated GLib api

Fixes bug 585673.
This commit is contained in:
Matthias Clasen 2009-06-15 01:12:50 -04:00
parent 2553df615d
commit 50a7f53055

View 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