diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/folder-browser.c | 2 |
2 files changed, 6 insertions, 0 deletions
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 <clahey@helixcode.com> + + * folder-browser.c: Removed a warning. + 2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> * 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); |