mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-14 00:17:35 +00:00
notifier: Expand on comment
This commit is contained in:
parent
9f50bc509f
commit
805ed4e0f4
1 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,10 @@ notify (CallsNotifier *self, CallsCall *call)
|
||||||
g_notification_set_category (notification, "x-gnome.call.unanswered");
|
g_notification_set_category (notification, "x-gnome.call.unanswered");
|
||||||
#endif
|
#endif
|
||||||
contact = calls_call_get_contact (call);
|
contact = calls_call_get_contact (call);
|
||||||
// TODO: We need to update the notification when the contact name changes
|
/* TODO: We need to update the notification when the contact name changes
|
||||||
|
We would need to resend the notification in this case, as changing the properties
|
||||||
|
after having called g_application_send_notification() will have no effect.
|
||||||
|
*/
|
||||||
name = calls_best_match_get_name (contact);
|
name = calls_best_match_get_name (contact);
|
||||||
id = calls_call_get_id (call);
|
id = calls_call_get_id (call);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue