diff options
author | Dan Winship <danw@src.gnome.org> | 2002-04-09 23:01:31 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-04-09 23:01:31 +0800 |
commit | b782a8c304485de3ae80f53ac100e41f4a6f747f (patch) | |
tree | 956a6310177192ae49918b1201d2e3560973d94b | |
parent | 651329fd2758ea453e031aefe69ab5c7380bd584 (diff) | |
download | gsoc2013-evolution-b782a8c304485de3ae80f53ac100e41f4a6f747f.tar gsoc2013-evolution-b782a8c304485de3ae80f53ac100e41f4a6f747f.tar.gz gsoc2013-evolution-b782a8c304485de3ae80f53ac100e41f4a6f747f.tar.bz2 gsoc2013-evolution-b782a8c304485de3ae80f53ac100e41f4a6f747f.tar.lz gsoc2013-evolution-b782a8c304485de3ae80f53ac100e41f4a6f747f.tar.xz gsoc2013-evolution-b782a8c304485de3ae80f53ac100e41f4a6f747f.tar.zst gsoc2013-evolution-b782a8c304485de3ae80f53ac100e41f4a6f747f.zip |
Add view_info arg, but don't do anything with it.
* gui/component/addressbook-component.c (create_view): Add
view_info arg, but don't do anything with it.
svn path=/trunk/; revision=16399
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 21c95a5c42..b0b76a5949 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-04-08 Dan Winship <danw@ximian.com> + + * gui/component/addressbook-component.c (create_view): Add + view_info arg, but don't do anything with it. + 2002-04-06 JP Rosevear <jpr@ximian.com> * gui/component/GNOME_Evolution_Addressbook.oaf.in: add diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index c3f73a4262..beb0e594a7 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -83,6 +83,7 @@ static EvolutionShellComponentResult create_view (EvolutionShellComponent *shell_component, const char *physical_uri, const char *type, + const char *view_info, BonoboControl **control_return, void *closure) { |