aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-04-09 23:00:57 +0800
committerDan Winship <danw@src.gnome.org>2002-04-09 23:00:57 +0800
commit651329fd2758ea453e031aefe69ab5c7380bd584 (patch)
treebbb4e3ddcf8016d283f0cb0a1c1f8d8d7ffbe5f5
parent2a3a53e9cf40ab9a43f7b6106019325990f7ac63 (diff)
downloadgsoc2013-evolution-651329fd2758ea453e031aefe69ab5c7380bd584.tar
gsoc2013-evolution-651329fd2758ea453e031aefe69ab5c7380bd584.tar.gz
gsoc2013-evolution-651329fd2758ea453e031aefe69ab5c7380bd584.tar.bz2
gsoc2013-evolution-651329fd2758ea453e031aefe69ab5c7380bd584.tar.lz
gsoc2013-evolution-651329fd2758ea453e031aefe69ab5c7380bd584.tar.xz
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
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/component-factory.c1
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)
{