mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
mm: call: Codestyle
This commit is contained in:
parent
b3aff65822
commit
797c9a0c46
1 changed files with 1 additions and 3 deletions
|
@ -339,9 +339,7 @@ constructed (GObject *object)
|
||||||
/* Start outgoing call */
|
/* Start outgoing call */
|
||||||
if (state == MM_CALL_STATE_UNKNOWN
|
if (state == MM_CALL_STATE_UNKNOWN
|
||||||
&& mm_call_get_direction (self->mm_call) == MM_CALL_DIRECTION_OUTGOING)
|
&& mm_call_get_direction (self->mm_call) == MM_CALL_DIRECTION_OUTGOING)
|
||||||
{
|
calls_mm_call_start_call (CALLS_CALL (self));
|
||||||
calls_mm_call_start_call (CALLS_CALL (self));
|
|
||||||
}
|
|
||||||
|
|
||||||
G_OBJECT_CLASS (calls_mm_call_parent_class)->constructed (object);
|
G_OBJECT_CLASS (calls_mm_call_parent_class)->constructed (object);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue