forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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));
|