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
This commit is contained in:
@ -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>
|
2002-04-06 JP Rosevear <jpr@ximian.com>
|
||||||
|
|
||||||
* GNOME_Evolution_Summary.oaf.in.in: add config_item:priority
|
* GNOME_Evolution_Summary.oaf.in.in: add config_item:priority
|
||||||
|
@ -60,6 +60,7 @@ static EvolutionShellComponentResult
|
|||||||
create_view (EvolutionShellComponent *shell,
|
create_view (EvolutionShellComponent *shell,
|
||||||
const char *physical_uri,
|
const char *physical_uri,
|
||||||
const char *folder_type,
|
const char *folder_type,
|
||||||
|
const char *view_info,
|
||||||
BonoboControl **control_return,
|
BonoboControl **control_return,
|
||||||
void *closure)
|
void *closure)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user