projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2553df6
)
Don't use deprecated GLib api
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Jun 2009 05:12:50 +0000
(
01:12
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Jun 2009 05:12:50 +0000
(
01:12
-0400)
Fixes bug 585673.
gio/tests/resolver.c
patch
|
blob
|
history
diff --git
a/gio/tests/resolver.c
b/gio/tests/resolver.c
index 205e41cbd6aae3abf26d1d4b6f03d1c0f8a09e52..325d437443e8ea5febb407d987598745d50e709f 100644
(file)
--- 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