1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-07 04:15:32 +00:00

tests: call: Prefer G_SOURCE_REMOVE instead of FALSE

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-27 15:40:23 +01:00
parent f6e6d08332
commit 6c857ba94a

View file

@ -47,7 +47,7 @@ static gboolean
test_dummy_call_hang_up_idle_cb (CallsDummyOrigin *origin)
{
g_assert_null (calls_origin_get_calls (CALLS_ORIGIN (origin)));
return FALSE;
return G_SOURCE_REMOVE;
}
static void