summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-05-12 16:18:18 +0200
committerStefano Karapetsas <[email protected]>2012-05-12 16:18:18 +0200
commitb915b2e6dcc1ff03f8768bd8f28b877ec28ed372 (patch)
treebb92afbf335170212c20d6429958c847423236a0
parentb67c6422995a9459548f478aa61a4dd3ec0437c0 (diff)
downloadmate-notification-daemon-b915b2e6dcc1ff03f8768bd8f28b877ec28ed372.tar.bz2
mate-notification-daemon-b915b2e6dcc1ff03f8768bd8f28b877ec28ed372.tar.xz
fix icon in preview dialog
-rw-r--r--src/capplet/mate-notification-properties.c2
1 files changed, 1 insertions, 1 deletions
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))
{