diff options
author | Dan Winship <danw@src.gnome.org> | 2001-08-22 23:43:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-08-22 23:43:12 +0800 |
commit | ad546eab4d56710ea0520353a276f3619f661d17 (patch) | |
tree | 2ad4a460ffa16f396ff15faa378ac2ac7ebe5287 /calendar | |
parent | 54bea2eaa8ec8f48a816f8547c1a6c094181aaae (diff) | |
download | gsoc2013-evolution-ad546eab4d56710ea0520353a276f3619f661d17.tar gsoc2013-evolution-ad546eab4d56710ea0520353a276f3619f661d17.tar.gz gsoc2013-evolution-ad546eab4d56710ea0520353a276f3619f661d17.tar.bz2 gsoc2013-evolution-ad546eab4d56710ea0520353a276f3619f661d17.tar.lz gsoc2013-evolution-ad546eab4d56710ea0520353a276f3619f661d17.tar.xz gsoc2013-evolution-ad546eab4d56710ea0520353a276f3619f661d17.tar.zst gsoc2013-evolution-ad546eab4d56710ea0520353a276f3619f661d17.zip |
#include <libgnomevfs/gnome-vfs-types.h> so this will compile against
* gui/gnome-cal.c: #include <libgnomevfs/gnome-vfs-types.h> so
this will compile against gnome-vfs 1.0.1.
svn path=/trunk/; revision=12383
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/gnome-cal.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 40507324bb..8d53325150 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2001-08-22 Dan Winship <danw@ximian.com> + + * gui/gnome-cal.c: #include <libgnomevfs/gnome-vfs-types.h> so + this will compile against gnome-vfs 1.0.1. + 2001-08-22 Rodrigo Moya <rodrigo@ximian.com> * gui/gnome-cal.c (gnome_calendar_open): open the tasks folder diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 5c7227bf73..01714db44b 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -35,6 +35,7 @@ #include <libgnome/gnome-util.h> #include <libgnomeui/gnome-dialog.h> #include <libgnomeui/gnome-dialog-util.h> +#include <libgnomevfs/gnome-vfs-types.h> #include <libgnomevfs/gnome-vfs-uri.h> #include <liboaf/liboaf.h> #include <gal/e-paned/e-hpaned.h> |