Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317165 | Differences between
and this patch

Collapse All | Expand All

(-)a/awn-extras-0.4.0/applets/maintained/notification-daemon/daemon.c (-1 / +1 lines)
Lines 1487-1493 Link Here
1487
  if (fork() == 0)
1487
  if (fork() == 0)
1488
  {
1488
  {
1489
    notify_init("notify-send");
1489
    notify_init("notify-send");
1490
    notify = notify_notification_new(summary, body, icon_str, NULL);
1490
    notify = notify_notification_new(summary, body, icon_str);
1491
    notify_notification_set_category(notify, type);
1491
    notify_notification_set_category(notify, type);
1492
    notify_notification_set_urgency(notify, urgency);
1492
    notify_notification_set_urgency(notify, urgency);
1493
    notify_notification_set_timeout(notify, expire_timeout);
1493
    notify_notification_set_timeout(notify, expire_timeout);

Return to bug 317165