1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-07 04:15:32 +00:00

mm: call: Use correct enum type

They both have the same value (=0), and things worked because of
implicit conversion, but was still confusing and technically wrong.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-06-19 17:22:27 +02:00
parent 654664799b
commit 07aa990601

View file

@ -273,7 +273,7 @@ constructed (GObject *object)
state = mm_call_get_state (self->mm_call);
state_changed_cb (self,
MM_MODEM_STATE_UNKNOWN,
MM_CALL_STATE_UNKNOWN,
state,
mm_call_get_state_reason (self->mm_call));