aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-23 02:28:33 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-23 23:12:06 +0800
commitbf7d9036e61d2006c93a434b15e0896c2282fbdb (patch)
tree83b383eeeff9132cd1c88eb7820ee22729c56e3c
parent0ed251dffae40e2585a0e1fd96243ce713c84480 (diff)
downloadgsoc2013-empathy-bf7d9036e61d2006c93a434b15e0896c2282fbdb.tar
gsoc2013-empathy-bf7d9036e61d2006c93a434b15e0896c2282fbdb.tar.gz
gsoc2013-empathy-bf7d9036e61d2006c93a434b15e0896c2282fbdb.tar.bz2
gsoc2013-empathy-bf7d9036e61d2006c93a434b15e0896c2282fbdb.tar.lz
gsoc2013-empathy-bf7d9036e61d2006c93a434b15e0896c2282fbdb.tar.xz
gsoc2013-empathy-bf7d9036e61d2006c93a434b15e0896c2282fbdb.tar.zst
gsoc2013-empathy-bf7d9036e61d2006c93a434b15e0896c2282fbdb.zip
Use a new id for accepting without video
-rw-r--r--src/empathy-status-icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 6d54534c8..0bfc6630c 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -177,7 +177,7 @@ add_notification_actions (EmpathyStatusIcon *self,
if (video && priv->event->type == EMPATHY_EVENT_TYPE_CALL)
notify_notification_add_action (notification,
- "answer", _("Answer"), (NotifyActionCallback)
+ "answer-no-video", _("Answer"), (NotifyActionCallback)
notification_approve_no_video_cb,
self, NULL);