From 24bf0cac9c5f51ba172e1ec9c673c5c1781e6379 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 6 Jul 2010 14:49:38 +0200 Subject: [PATCH] add accept/decline buttons to invitation notifications --- src/empathy-status-icon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 7b016e13..acd7935d 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); -- 2.39.2