summaryrefslogtreecommitdiff
path: root/chat/pidgin-libnotify/patches/patch-src_pidgin-libnotify.c
blob: 72aae50a4794d9c4c66ae04c2962fcc77f414429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_pidgin-libnotify.c,v 1.1 2013/08/15 08:35:13 obache Exp $

* for libnotify-0.7 API change

--- src/pidgin-libnotify.c.orig	2008-12-14 17:45:51.000000000 +0000
+++ src/pidgin-libnotify.c
@@ -286,7 +286,7 @@ notify (const gchar *title,
 		g_free (tr_body);
 		return;
 	}
-	notification = notify_notification_new (title, tr_body, NULL, NULL);
+	notification = notify_notification_new (title, tr_body, NULL);
 	purple_debug_info (PLUGIN_ID, "notify(), new: "
 					 "title: '%s', body: '%s', buddy: '%s'\n",
 					 title, tr_body, best_name (buddy));