Index: src/reminder.c =================================================================== --- src/reminder.c (revision 26411) +++ src/reminder.c (working copy) @@ -85,6 +85,7 @@ } } +#ifdef HAVE_NOTIFY static void notify_action_open(NotifyNotification *n, const char *action , gpointer par) { @@ -99,6 +100,7 @@ */ create_appt_win("UPDATE", alarm->uid->str, NULL); } +#endif static gboolean sound_alarm(gpointer data) {