mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
309 B
Diff
12 lines
309 B
Diff
--- ./applet/notify.c.orig
|
|
+++ ./applet/notify.c
|
|
@@ -71,7 +71,7 @@
|
|
notify_notification_close(notify, NULL);
|
|
}
|
|
|
|
- notify = notify_notification_new(summary, message, icon_name, NULL);
|
|
+ notify = notify_notification_new(summary, message, icon_name);
|
|
|
|
notify_notification_set_timeout(notify, timeout);
|
|
|