13 lines
605 B
Text
13 lines
605 B
Text
$NetBSD: patch-ab,v 1.1 2011/04/05 18:27:08 drochner Exp $
|
|
|
|
--- src/empathy-call-observer.c.orig 2011-03-24 15:15:16.000000000 +0000
|
|
+++ src/empathy-call-observer.c
|
|
@@ -135,7 +135,7 @@ get_contact_cb (TpConnection *connection
|
|
_("%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 = notify_notification_new (summary, body, NULL, NULL);
|
|
|
|
emp_contact = empathy_contact_dup_from_tp_contact (contact);
|
|
pixbuf = empathy_notify_manager_get_pixbuf_for_notification (
|