plugins: provider: Use CallsOrigin instead of derived types for GListStore

Otherwise we run into trouble when using `g_list_store_find()`
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-05-13 18:19:21 +02:00
parent 80ec7d8a35
commit 1def4c3585
4 changed files with 4 additions and 4 deletions

View File

@@ -433,7 +433,7 @@ static void
calls_mm_provider_init (CallsMMProvider *self)
{
self->status = g_strdup (_("Initialised"));
self->origins = g_list_store_new (CALLS_TYPE_MM_ORIGIN);
self->origins = g_list_store_new (CALLS_TYPE_ORIGIN);
}