pkgsrc/chat/empathy/patches/patch-aa
drochner 6ce3ba9906 update to 2.34.0
This switches to the 2.34 release branch.
2011-04-05 18:27:08 +00:00

13 lines
626 B
Text

$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;