summaryrefslogtreecommitdiff
path: root/chat/empathy/patches/patch-ac
blob: c175191f25d3043df29dca1ce1f91c0b905b5e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2011/04/05 18:27:08 drochner Exp $

--- src/empathy-status-icon.c.orig	2011-03-24 15:15:16.000000000 +0000
+++ src/empathy-status-icon.c
@@ -241,7 +241,7 @@ status_icon_update_notification (Empathy
 			   In this way the previous message will not be lost: the new
 			   message will appear below it, in the same notification */
 			notification = notify_notification_new
-				(priv->event->header, message_esc, NULL);
+				(priv->event->header, message_esc, NULL, NULL);
 
 			if (priv->notification == NULL) {
 				priv->notification = notification;