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); |