Advertisement
khampf

syslog-notify.patch

Mar 31st, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.66 KB | None | 0 0
  1. diff -aur syslog-notify-0.1.pristine/src/syslog-notify.c syslog-notify-0.1.new/src/syslog-notify.c
  2. --- syslog-notify-0.1.pristine/src/syslog-notify.c  2011-03-31 16:11:18.509750668 +0300
  3. +++ syslog-notify-0.1.new/src/syslog-notify.c   2011-03-31 16:11:42.286417334 +0300
  4. @@ -66,7 +66,7 @@
  5.      close(fd);
  6.      return;
  7.    }
  8. -  notification=notify_notification_new(title,message,NULL,NULL);
  9. +  notification=notify_notification_new(title,message,NULL);
  10.    notify_notification_set_timeout(notification,NOTIFY_EXPIRES_DEFAULT);
  11.    notify_notification_set_urgency(notification,NOTIFY_URGENCY_NORMAL);
  12.    notify_notification_set_hint_string(notification,"x-canonical-append",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement