From b915b2e6dcc1ff03f8768bd8f28b877ec28ed372 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 12 May 2012 16:18:18 +0200 Subject: fix icon in preview dialog --- src/capplet/mate-notification-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/capplet') diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c index 006fdf2..dab07ae 100644 --- a/src/capplet/mate-notification-properties.c +++ b/src/capplet/mate-notification-properties.c @@ -322,7 +322,7 @@ static void notification_properties_dialog_preview(NotificationAppletDialog* dia dialog->preview = NULL; } - dialog->preview = notify_notification_new(_("Notification Test"), _("Just a test"), "mate-util", NULL); + dialog->preview = notify_notification_new(_("Notification Test"), _("Just a test"), "dialog-information", NULL); if (!notify_notification_show(dialog->preview, &error)) { -- cgit v1.2.1