diff options
Diffstat (limited to 'src/empathy-call-observer.c')
-rw-r--r-- | src/empathy-call-observer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c index de21506d5..385fce1c4 100644 --- a/src/empathy-call-observer.c +++ b/src/empathy-call-observer.c @@ -119,7 +119,8 @@ display_reject_notification (EmpathyCallObserver *self, _("%s just tried to call you, but you were in another call."), tp_contact_get_alias (contact)); - notification = notify_notification_new (summary, body, NULL); + notification = empathy_notify_manager_create_notification (summary, body, + NULL); emp_contact = empathy_contact_dup_from_tp_contact (contact); pixbuf = empathy_notify_manager_get_pixbuf_for_notification ( |