--- src/settings/main.c.orig 2011-10-18 21:56:07.110332497 -0400 +++ src/settings/main.c 2011-10-18 21:51:30.426027524 -0400 @@ -187,8 +187,7 @@ /* create new preview notification */ preview = notify_notification_new (_("Preview notification"), _("Lorem Ipsum is simply dummy text of the printing and typesetting industry."), - "notification-settings", - NULL); + "notification-settings"); notify_notification_set_urgency (preview, NOTIFY_URGENCY_NORMAL); notify_notification_set_category(preview, "preview"); .