mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-09 21:35:32 +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) {
|
switch (property_id) {
|
||||||
case PROP_RECORD:
|
case PROP_RECORD:
|
||||||
g_set_object (&self->record,
|
g_set_object (&self->record, g_value_get_object (value));
|
||||||
CALLS_CALL_RECORD (g_value_get_object (value)));
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue