From 16829497fd3a11bae35aaa440ee18ede4961ceb9 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 2 Sep 2000 01:55:45 +0000 Subject: Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and 2000-09-02 Christopher James Lahey * configure.in: Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and calendar/conduits/todo/Makefile to the list of makefiles to output. From calendar/ChangeLog: 2000-09-02 Christopher James Lahey * conduits/calendar/calendar-conduit.c, conduits/todo/todo-conduit.c, gui/e-week-view.c, gui/gnome-cal.c: Fixed some warnings. From mail/ChangeLog: 2000-09-01 Christopher James Lahey * folder-browser.c: Removed a warning. svn path=/trunk/; revision=5179 --- mail/ChangeLog | 4 ++++ mail/folder-browser.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 546389d5ca..f1d01d5b58 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-09-01 Christopher James Lahey + + * folder-browser.c: Removed a warning. + 2000-09-01 Jeffrey Stedfast * mail-callbacks.c (compose_msg): Attach a callback to the diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 65ca9cf114..44f33a22cf 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -448,7 +448,9 @@ folder_browser_new (Evolution_Shell shell) folder_browser->serial = serial++; folder_browser->shell = shell; +#ifndef NO_WARNINGS #warning "is this a circular reference???" +#endif CORBA_exception_init (&ev); Bonobo_Unknown_ref (shell, &ev); -- cgit v1.2.3