blob: d5346d7c2b4a3d099d494d059030b5908aa21dc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/pidgin-libnotify.c.orig 2011-08-12 15:51:55.000000000 +0200
+++ src/pidgin-libnotify.c 2011-08-12 15:53:28.000000000 +0200
@@ -286,7 +286,7 @@
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));
|