diff options
Diffstat (limited to 'chat/empathy/patches/patch-ab')
-rw-r--r-- | chat/empathy/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/empathy/patches/patch-ab b/chat/empathy/patches/patch-ab new file mode 100644 index 00000000000..de1be1329d6 --- /dev/null +++ b/chat/empathy/patches/patch-ab @@ -0,0 +1,13 @@ +$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 ( |