wok-next annotate 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
rev   line source
al@19931 1 --- a/src/capplet/notification-properties.c
al@19931 2 +++ b/src/capplet/notification-properties.c
al@19931 3 @@ -402,8 +402,7 @@
al@19931 4
al@19931 5 dialog->preview = notify_notification_new (_("Notification Test"),
al@19931 6 _("Just a test"),
al@19931 7 - "gnome-util",
al@19931 8 - NULL);
al@19931 9 + "gnome-util");
al@19931 10
al@19931 11 if (!notify_notification_show (dialog->preview, &error)) {
al@19931 12 char *message;