GAsyncInitable: partially revert the init_finish changes
authorDan Winship <danw@gnome.org>
Tue, 17 Jul 2012 13:12:39 +0000 (09:12 -0400)
committerDan Winship <danw@gnome.org>
Tue, 17 Jul 2012 13:15:44 +0000 (09:15 -0400)
commitd90ad1805552aab969f316a1de687efdb71e27fe
treed917009d9f4920e9804c18488143e57b4386efe3
parentcd8ec3359b4b8afd5cce48bf218ecd793f8064eb
GAsyncInitable: partially revert the init_finish changes

g_async_initable_real_init_finish() was previously handling all
GSimpleAsyncResults, even if they weren't created by
g_async_initable_real_init_async(), and libnm-glib accidentally relied
on that behavior. So remove the g_simple_async_result_is_valid()
check.
gio/gasyncinitable.c