aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-06 20:49:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-07 16:03:38 +0800
commit24bf0cac9c5f51ba172e1ec9c673c5c1781e6379 (patch)
treedd672b33f8492721e741d94fab4f82f093810de2 /src/empathy-status-icon.c
parent4ac0eb75372d295c6ff7bd36fb7d708ad28132b2 (diff)
downloadgsoc2013-empathy-24bf0cac9c5f51ba172e1ec9c673c5c1781e6379.tar
gsoc2013-empathy-24bf0cac9c5f51ba172e1ec9c673c5c1781e6379.tar.gz
gsoc2013-empathy-24bf0cac9c5f51ba172e1ec9c673c5c1781e6379.tar.bz2
gsoc2013-empathy-24bf0cac9c5f51ba172e1ec9c673c5c1781e6379.tar.lz
gsoc2013-empathy-24bf0cac9c5f51ba172e1ec9c673c5c1781e6379.tar.xz
gsoc2013-empathy-24bf0cac9c5f51ba172e1ec9c673c5c1781e6379.tar.zst
gsoc2013-empathy-24bf0cac9c5f51ba172e1ec9c673c5c1781e6379.zip
add accept/decline buttons to invitation notifications
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);