diff options
author | Dan Winship <danw@src.gnome.org> | 2002-04-09 23:00:57 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-04-09 23:00:57 +0800 |
commit | 651329fd2758ea453e031aefe69ab5c7380bd584 (patch) | |
tree | bbb4e3ddcf8016d283f0cb0a1c1f8d8d7ffbe5f5 /mail/component-factory.c | |
parent | 2a3a53e9cf40ab9a43f7b6106019325990f7ac63 (diff) | |
download | gsoc2013-evolution-651329fd2758ea453e031aefe69ab5c7380bd584.tar.gz gsoc2013-evolution-651329fd2758ea453e031aefe69ab5c7380bd584.tar.zst gsoc2013-evolution-651329fd2758ea453e031aefe69ab5c7380bd584.zip |
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
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |