$OpenBSD: patch-src_settings_main_c,v 1.1 2011/04/21 07:07:26 ajacoutot Exp $

Fix with libnotify>=0.7
(notify_notification_new has lost its widget argument)

--- src/settings/main.c.orig	Tue Apr 19 17:05:18 2011
+++ src/settings/main.c	Tue Apr 19 17:05:27 2011
@@ -187,8 +187,7 @@ notification_settings_preview (GtkWidget *button)
   /* 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");
