--- src/notification/notification.c.orig 2012-02-24 18:40:18.103459219 -0500 +++ src/notification/notification.c 2012-02-24 18:36:44.747192720 -0500 @@ -104,9 +104,6 @@ n = notify_notification_new (logLevel, message, iconUri -#if !defined (HAVE_LIBNOTIFY_0_6_1) - , NULL -#endif ); notify_notification_set_timeout (n, nd->timeout); .