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