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:
parent
f6e6d08332
commit
6c857ba94a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue