diff --git a/src/calls-notifier.c b/src/calls-notifier.c index 1c71f6a..6d2086f 100644 --- a/src/calls-notifier.c +++ b/src/calls-notifier.c @@ -54,6 +54,9 @@ notify (CallsNotifier *self, CallsCall *call) const char *number; gboolean got_number; +#if GLIB_CHECK_VERSION(2,70,0) + g_notification_set_category (notification, "x-gnome.call.unanswered"); +#endif contact = calls_call_get_contact (call); // TODO: We need to update the notification when the contact name changes name = calls_best_match_get_name (contact);