Re: [evolution-patches] Compilation fix
- From: Philip Van Hoof <spamfrommailing freax org>
- To: Rodrigo Moya <rodrigo novell com>
- Cc: spamfrommailing pvanhoof be, evolution-patches lists ximian com
- Subject: Re: [evolution-patches] Compilation fix
- Date: Tue, 19 Apr 2005 16:24:22 +0200
On Tue, 2005-04-19 at 15:31 +0200, Rodrigo Moya wrote:
> On Sat, 2005-04-16 at 16:59 +0200, Philip Van Hoof wrote:
> > This functionprototype fixes a compilation problem in libecal
> >
> this looks ok, although it misses the ChangeLog entry.
Like this?
--
Philip Van Hoof, Software Developer @ Cronos
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: philip dot vanhoof at cronos dot be
junk: philip dot vanhoof at gmail dot com
http://www.pvanhoof.be/
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/ChangeLog,v
retrieving revision 1.450
diff -u -r1.450 ChangeLog
--- ChangeLog 18 Apr 2005 14:32:29 -0000 1.450
+++ ChangeLog 19 Apr 2005 14:23:41 -0000
@@ -1,3 +1,7 @@
+2005-04-19 Philip Van Hoof <pvanhoof gnome org>
+
+ * libecal/e-cal.c: Function prototype (compiler fix)
+
2005-04-18 Chenthill Palanisamy <pchenthill novell com>
Fixes #274409
Index: libecal/e-cal.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/calendar/libecal/e-cal.c,v
retrieving revision 1.99
diff -u -r1.99 e-cal.c
--- libecal/e-cal.c 7 Apr 2005 18:05:43 -0000 1.99
+++ libecal/e-cal.c 19 Apr 2005 14:23:45 -0000
@@ -40,6 +40,10 @@
#include "e-cal-view-listener.h"
#include "e-cal.h"
+
+static gboolean
+open_calendar (ECal *ecal, gboolean only_if_exists, GError **error, ECalendarStatus *status, gboolean needs_auth);
+
typedef struct {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]