mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-09 05:15:31 +00:00
call-record-row: Drop superfluous cast
Signed-off-by: Guido Günther <agx@sigxcpu.org> Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/756>
This commit is contained in:
parent
f4e8373eaa
commit
2f8877b107
1 changed files with 1 additions and 2 deletions
|
@ -418,8 +418,7 @@ set_property (GObject *object,
|
|||
|
||||
switch (property_id) {
|
||||
case PROP_RECORD:
|
||||
g_set_object (&self->record,
|
||||
CALLS_CALL_RECORD (g_value_get_object (value)));
|
||||
g_set_object (&self->record, g_value_get_object (value));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue