aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-view.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-11-08 06:47:47 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-11-08 06:47:47 +0800
commit222645151f9ba0c906ce50af6e969d79a480f66a (patch)
tree3a256bf8980abeb7ca15c96c5df2f6656e393661 /calendar/gui/calendar-view.h
parent21528af72621f17f26b18e53eb6d22f605b9941f (diff)
downloadgsoc2013-evolution-222645151f9ba0c906ce50af6e969d79a480f66a.tar
gsoc2013-evolution-222645151f9ba0c906ce50af6e969d79a480f66a.tar.gz
gsoc2013-evolution-222645151f9ba0c906ce50af6e969d79a480f66a.tar.bz2
gsoc2013-evolution-222645151f9ba0c906ce50af6e969d79a480f66a.tar.lz
gsoc2013-evolution-222645151f9ba0c906ce50af6e969d79a480f66a.tar.xz
gsoc2013-evolution-222645151f9ba0c906ce50af6e969d79a480f66a.tar.zst
gsoc2013-evolution-222645151f9ba0c906ce50af6e969d79a480f66a.zip
Initial port of gui/ subdir to GNOME 2
2002-11-07 JP Rosevear <jpr@ximian.com> * Initial port of gui/ subdir to GNOME 2 svn path=/trunk/; revision=18648
Diffstat (limited to 'calendar/gui/calendar-view.h')
-rw-r--r--calendar/gui/calendar-view.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/gui/calendar-view.h b/calendar/gui/calendar-view.h
index 515038d874..8b85966a90 100644
--- a/calendar/gui/calendar-view.h
+++ b/calendar/gui/calendar-view.h
@@ -21,11 +21,10 @@
#ifndef CALENDAR_VIEW_H
#define CALENDAR_VIEW_H
-#include <libgnome/gnome-defs.h>
#include <gal/menus/gal-view.h>
#include "gnome-cal.h"
-BEGIN_GNOME_DECLS
+G_BEGIN_DECLS
@@ -62,6 +61,6 @@ GnomeCalendarViewType calendar_view_get_view_type (CalendarView *cal_view);
-END_GNOME_DECLS
+G_END_DECLS
#endif