mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-28 10:06:53 +02:00
Merge branch 'backport-4395-appmonitor-test-build-fix-glib-2-82' into 'glib-2-82'
Backport !4395 “appmonitor: Fix warning building test” to glib-2-82 See merge request GNOME/glib!4397
This commit is contained in:
commit
398bdd16dc
@ -91,7 +91,7 @@ timeout_cb (gpointer user_data)
|
|||||||
{
|
{
|
||||||
gboolean *timed_out = user_data;
|
gboolean *timed_out = user_data;
|
||||||
|
|
||||||
g_assert (!timed_out);
|
g_assert (!*timed_out);
|
||||||
*timed_out = TRUE;
|
*timed_out = TRUE;
|
||||||
g_main_context_wakeup (g_main_context_get_thread_default ());
|
g_main_context_wakeup (g_main_context_get_thread_default ());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user