diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/component-factory.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d3cc4409ed..41076e152c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2002-04-09 Dan Winship <danw@ximian.com> + + * component-factory.c (create_view): Add view_info arg, but don't + do anything with it. + 2002-04-08 Not Zed <NotZed@Ximian.com> * mail-send-recv.c (receive_update_got_folderinfo): Argh! diff --git a/mail/component-factory.c b/mail/component-factory.c index c1a8c096ac..32adeb54c7 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -124,6 +124,7 @@ static EvolutionShellComponentResult create_view (EvolutionShellComponent *shell_component, const char *physical_uri, const char *folder_type, + const char *view_info, BonoboControl **control_return, void *closure) { |