From 57b99a3a55547ae52c901d5635964136c62b6a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 13 Oct 2025 11:31:48 +0200 Subject: [PATCH] main-window: Drop confusing cast MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- src/calls-main-window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calls-main-window.c b/src/calls-main-window.c index 126e7ad..9fc1d6a 100644 --- a/src/calls-main-window.c +++ b/src/calls-main-window.c @@ -297,8 +297,7 @@ set_property (GObject *object, switch (property_id) { case PROP_RECORD_STORE: - g_set_object (&self->record_store, - G_LIST_MODEL (g_value_get_object (value))); + g_set_object (&self->record_store, g_value_get_object (value)); break; default: