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

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
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;