aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-notifications-approver.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-23 02:28:33 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 17:20:07 +0800
commiteceb49ae9be0555a9d1f5de1f6c4b72c05315cb1 (patch)
treeaf11e22db76e155dc2d41c227dacdd14833f8ad3 /src/empathy-notifications-approver.c
parentc849a5a953b0ffa1df1dc1383018dbc48254a2fa (diff)
downloadgsoc2013-empathy-eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1.tar
gsoc2013-empathy-eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1.tar.gz
gsoc2013-empathy-eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1.tar.bz2
gsoc2013-empathy-eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1.tar.lz
gsoc2013-empathy-eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1.tar.xz
gsoc2013-empathy-eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1.tar.zst
gsoc2013-empathy-eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1.zip
Use a new id for accepting without video
Conflicts: src/empathy-status-icon.c
Diffstat (limited to 'src/empathy-notifications-approver.c')
-rw-r--r--src/empathy-notifications-approver.c2
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);