1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-22 12:45:23 +00:00

calls-notifier: Use official notification category

See https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/50

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/748>
This commit is contained in:
Guido Günther 2024-08-26 23:00:45 +02:00 committed by Marge Bot
parent 40504ab4e5
commit 2b5d2f53a9

View file

@ -59,7 +59,7 @@ notify (CallsNotifier *self, CuiCall *call)
gboolean got_id; gboolean got_id;
gboolean got_contact; gboolean got_contact;
g_notification_set_category (notification, "x-gnome.call.unanswered"); g_notification_set_category (notification, "call.unanswered");
/* 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 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. after having called g_application_send_notification() will have no effect.