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

--- src/empathy-chat-window.c.orig	2011-03-24 15:15:16.000000000 +0000
+++ src/empathy-chat-window.c
@@ -1325,7 +1325,7 @@ chat_window_show_or_update_notification 
 		   to an existing notification with the same title.
 		   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 (header, escaped, NULL);
+		notification = notify_notification_new (header, escaped, NULL, NULL);
 
 		if (priv->notification == NULL) {
 			priv->notification = notification;