wok-next view notification-daemon-gtk2/stuff/patches/nd050.patch @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents
children
line source
1 --- a/src/capplet/notification-properties.c
2 +++ b/src/capplet/notification-properties.c
3 @@ -402,8 +402,7 @@
5 dialog->preview = notify_notification_new (_("Notification Test"),
6 _("Just a test"),
7 - "gnome-util",
8 - NULL);
9 + "gnome-util");
11 if (!notify_notification_show (dialog->preview, &error)) {
12 char *message;