diff options
author | Dan Winship <danw@src.gnome.org> | 2002-04-09 23:06:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-04-09 23:06:10 +0800 |
commit | d6fa844c5374ad93c46fe2e43be0dd4a5eff5ff3 (patch) | |
tree | cf41b7730ad1ec14def516c783aa9707fec36505 | |
parent | 3bc71a52c1e6db329c2906f5f2ce414059ef2366 (diff) | |
download | gsoc2013-evolution-d6fa844c5374ad93c46fe2e43be0dd4a5eff5ff3.tar gsoc2013-evolution-d6fa844c5374ad93c46fe2e43be0dd4a5eff5ff3.tar.gz gsoc2013-evolution-d6fa844c5374ad93c46fe2e43be0dd4a5eff5ff3.tar.bz2 gsoc2013-evolution-d6fa844c5374ad93c46fe2e43be0dd4a5eff5ff3.tar.lz gsoc2013-evolution-d6fa844c5374ad93c46fe2e43be0dd4a5eff5ff3.tar.xz gsoc2013-evolution-d6fa844c5374ad93c46fe2e43be0dd4a5eff5ff3.tar.zst gsoc2013-evolution-d6fa844c5374ad93c46fe2e43be0dd4a5eff5ff3.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=16401
-rw-r--r-- | my-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | my-evolution/component-factory.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 9bc5dbc129..916b65d6f1 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2002-04-08 Dan Winship <danw@ximian.com> + + * component-factory.c (create_view): Add view_info arg but don't + do anything with it. + 2002-04-06 JP Rosevear <jpr@ximian.com> * GNOME_Evolution_Summary.oaf.in.in: add config_item:priority diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index d16f6b077e..30196985d9 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -60,6 +60,7 @@ static EvolutionShellComponentResult create_view (EvolutionShellComponent *shell, const char *physical_uri, const char *folder_type, + const char *view_info, BonoboControl **control_return, void *closure) { |