mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
465 B
C
11 lines
465 B
C
--- 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));
|