]> git.0d.be Git - empathy.git/commitdiff
add accept/decline buttons to invitation notifications
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 6 Jul 2010 12:49:38 +0000 (14:49 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 7 Jul 2010 08:03:38 +0000 (10:03 +0200)
src/empathy-status-icon.c

index 7b016e13e1d7035e1c976db047ba357422aa9947..acd7935d671712608bf855f099f47167933409d9 100644 (file)
@@ -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);