[empathy/gnome-2-34] Use a new id for accepting without video



commit bf7d9036e61d2006c93a434b15e0896c2282fbdb
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Tue Mar 22 18:28:33 2011 +0000

    Use a new id for accepting without video

 src/empathy-status-icon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 6d54534..0bfc663 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]