aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-status-icon.c')
-rw-r--r--src/empathy-status-icon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 7b016e13e..acd7935d6 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);