calls-call-record-row: Ignore anonymous callsers
These have an empty string which leads to
Error parsing phone number `': Keine Telefonnumme
This commit is contained in:
committed by
Guido Gunther
parent
1f8435f4dd
commit
b95de5c9e0
@@ -391,6 +391,9 @@ setup_contact (CallsCallRecordRow *self)
|
|||||||
NULL);
|
NULL);
|
||||||
g_assert (target != NULL);
|
g_assert (target != NULL);
|
||||||
|
|
||||||
|
if (!target[0])
|
||||||
|
return;
|
||||||
|
|
||||||
// Parse it
|
// Parse it
|
||||||
phone_number = e_phone_number_from_string
|
phone_number = e_phone_number_from_string
|
||||||
(target, NULL, &error);
|
(target, NULL, &error);
|
||||||
|
|||||||
Reference in New Issue
Block a user