aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-22 18:22:53 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-23 22:50:43 +0800
commite53d64d0d2e73ae757ffb379460f1e4a58e8dad3 (patch)
tree8e7a4c365bf597a96d25358bf9d1766cc72ec113
parent37dc8d1981d655f72f5abffebc063492037b3da6 (diff)
downloadgsoc2013-empathy-e53d64d0d2e73ae757ffb379460f1e4a58e8dad3.tar
gsoc2013-empathy-e53d64d0d2e73ae757ffb379460f1e4a58e8dad3.tar.gz
gsoc2013-empathy-e53d64d0d2e73ae757ffb379460f1e4a58e8dad3.tar.bz2
gsoc2013-empathy-e53d64d0d2e73ae757ffb379460f1e4a58e8dad3.tar.lz
gsoc2013-empathy-e53d64d0d2e73ae757ffb379460f1e4a58e8dad3.tar.xz
gsoc2013-empathy-e53d64d0d2e73ae757ffb379460f1e4a58e8dad3.tar.zst
gsoc2013-empathy-e53d64d0d2e73ae757ffb379460f1e4a58e8dad3.zip
Show notifications for Calls
-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 b05a0c862..7468bcc2a 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -143,6 +143,7 @@ add_notification_actions (EmpathyStatusIcon *self,
break;
case EMPATHY_EVENT_TYPE_VOIP:
+ case EMPATHY_EVENT_TYPE_CALL:
notify_notification_add_action (notification,
"reject", _("Reject"), (NotifyActionCallback) notification_decline_cb,
self, NULL);