[empathy] add accept/decline buttons to invitation notifications



commit 24bf0cac9c5f51ba172e1ec9c673c5c1781e6379
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jul 6 14:49:38 2010 +0200

    add accept/decline buttons to invitation notifications

 src/empathy-status-icon.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 7b016e1..acd7935 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -153,6 +153,7 @@ add_notification_actions (EmpathyStatusIcon *self,
 			break;
 
 		case EMPATHY_EVENT_TYPE_TRANSFER:
+		case EMPATHY_EVENT_TYPE_INVITATION:
 			notify_notification_add_action (notification,
 				"decline", _("Decline"), (NotifyActionCallback) notification_decline_cb,
 					self, NULL);



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