aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-02-27 23:56:28 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-02-27 23:56:28 +0800
commit2ba4103f3c1ee2d273b1b3098f4775b624548597 (patch)
tree821897dd1a73743e413df7828efa9f7aee7f3491 /calendar/gui/e-day-view.c
parente4c9c0d9421e5cab835992248a0ffd745796d380 (diff)
downloadgsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.tar
gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.tar.gz
gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.tar.bz2
gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.tar.lz
gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.tar.xz
gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.tar.zst
gsoc2013-evolution-2ba4103f3c1ee2d273b1b3098f4775b624548597.zip
remove proto
2004-02-27 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.h: remove proto * gui/gnome-cal.c (set_query): rename from gnome_calendar_set_query and make static * gui/e-day-view.h: remove proto for dead function * gui/e-day-view.c: guard config.h include svn path=/trunk/; revision=24909
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r--calendar/gui/e-day-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index 3ee3813f47..71f9f916be 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -26,7 +26,9 @@
* EDayView - displays the Day & Work-Week views of the calendar.
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#include "e-day-view.h"
#include "ea-calendar.h"