From 651329fd2758ea453e031aefe69ab5c7380bd584 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 9 Apr 2002 15:00:57 +0000 Subject: Add view_info arg, but don't do anything with it. * component-factory.c (create_view): Add view_info arg, but don't do anything with it. svn path=/trunk/; revision=16398 --- mail/ChangeLog | 5 +++++ mail/component-factory.c | 1 + 2 files changed, 6 insertions(+) (limited to 'mail') 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 + + * component-factory.c (create_view): Add view_info arg, but don't + do anything with it. + 2002-04-08 Not Zed * 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) { -- cgit v1.2.3