From 8bd9a3dfa2b20ef6f07f9022bb7bdf1da42bfb67 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 11 Oct 2007 20:44:33 +0000 Subject: Miscellaneous changes related to bug #437579. 2007-10-11 Matthew Barnes Miscellaneous changes related to bug #437579. * configure.in: Put a blank line between the configuration summary and the final "now type make" message. * mail/em-format.c (em_format_add_puri): Use G_GSIZE_FORMAT when printing a gsize/size_t to make compilers on all arches happy. * plugins/mail-notification/mail-notification.c: Put the notification_callback() declaration inside a #ifdef HAVE_LIBNOTIFY block to avoid a potential compiler warning. * calendar/gui/alarm-notify/alarm-queue.c: Fix an implicit GTK+ function declaration on x86_64. svn path=/trunk/; revision=34378 --- calendar/gui/alarm-notify/alarm-queue.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'calendar/gui/alarm-notify/alarm-queue.c') diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index b650f2e36b..5c74332d42 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -28,21 +28,22 @@ #include #include #include -#include #include -#include -#include +#include +#include #include #include -#include #include +#include +#include #include #include -#include -#include +#include +#include #include #include #include +#include #include #include #include -- cgit v1.2.3