diff options
-rw-r--r-- | src/empathy-notifications-approver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-notifications-approver.c b/src/empathy-notifications-approver.c index b4d7a1b55..6087a6620 100644 --- a/src/empathy-notifications-approver.c +++ b/src/empathy-notifications-approver.c @@ -219,7 +219,7 @@ add_notification_actions (EmpathyNotificationsApprover *self, if (video && self->priv->event->type == EMPATHY_EVENT_TYPE_CALL) notify_notification_add_action (notification, - "answer", _("Answer"), + "answer-no-video", _("Answer"), (NotifyActionCallback) notification_approve_no_video_cb, self, NULL); |