diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-06 20:49:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-07 16:03:38 +0800 |
commit | 24bf0cac9c5f51ba172e1ec9c673c5c1781e6379 (patch) | |
tree | dd672b33f8492721e741d94fab4f82f093810de2 | |
parent | 4ac0eb75372d295c6ff7bd36fb7d708ad28132b2 (diff) | |
download | gsoc2013-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
-rw-r--r-- | 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 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); |