Two "make check" fixes for late changes to the thread-context patch
authorDan Winship <danw@gnome.org>
Wed, 1 Jul 2009 17:52:49 +0000 (13:52 -0400)
committerDan Winship <danw@gnome.org>
Wed, 1 Jul 2009 17:52:49 +0000 (13:52 -0400)
commit29e6525b1e5b51323681af156a0641d69fc9fa87
tree5ac529006c2a58a22c1d9ef22a222c6d750c1749
parent2262d76b33094304ece0d0d9cd5920682599a49b
Two "make check" fixes for late changes to the thread-context patch

g_simple_async_result_complete() now checks that it's being run from
the correct main loop, so tests/gio/simple-async-result was failing,
because it called it from outside any main loop. (And gio's pltcheck
was failing because I hadn't added g_main_current_source() to it.)
gio/pltcheck.sh
tests/gio/simple-async-result.c