[empathy: 69/99] Use a new id for accepting without video



commit eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1
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
    
    Conflicts:
    
    	src/empathy-status-icon.c

 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 b4d7a1b..6087a66 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);
 



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