]> git.pld-linux.org Git - packages/collectd.git/blame - libnotify.patch
- start update to 5.0.0
[packages/collectd.git] / libnotify.patch
CommitLineData
537d5e17
AF
1--- collectd-5.0.0/src/notify_desktop.c.wiget 2011-04-13 18:20:49.328905159 +0200
2+++ collectd-5.0.0/src/notify_desktop.c 2011-04-13 18:21:41.933248544 +0200
3@@ -95,7 +95,7 @@ static int c_notify (const notification_
4 : (NOTIF_WARNING == n->severity) ? "WARNING"
5 : (NOTIF_OKAY == n->severity) ? "OKAY" : "UNKNOWN");
6
7- notification = notify_notification_new (summary, n->message, NULL, NULL);
8+ notification = notify_notification_new (summary, n->message, NULL);
9 if (NULL == notification) {
10 log_err ("Failed to create a new notification.");
11 return -1;
This page took 0.029829 seconds and 4 git commands to generate.