wok-next annotate notification-daemon-gtk2/stuff/patches/nd050.patch @ rev 19931

Current notification-daemon is notification-daemon; old one - is notification-daemon-gtk2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 15 05:11:40 2017 +0300 (2017-10-15)
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;