From d263541b686f36a8f61c00eaee4d852ce5e8a766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 18 Feb 2013 22:07:40 +0200 Subject: use libnotify, not libmatenotify --- src/capplet/mate-notification-properties.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c index cffee24..89385ed 100644 --- a/src/capplet/mate-notification-properties.c +++ b/src/capplet/mate-notification-properties.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include "stack.h" @@ -472,7 +472,7 @@ static void notification_properties_dialog_preview(NotificationAppletDialog* dia dialog->preview = NULL; } - dialog->preview = notify_notification_new(_("Notification Test"), _("Just a test"), "dialog-information", NULL); + dialog->preview = notify_notification_new(_("Notification Test"), _("Just a test"), "dialog-information"); if (!notify_notification_show(dialog->preview, &error)) { -- cgit v1.2.1