]> git.pld-linux.org Git - packages/collectd.git/blob - libnotify.patch
- fix building iptables plugin
[packages/collectd.git] / libnotify.patch
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.027471 seconds and 3 git commands to generate.