Update prototype.

* gui/component-factory.c (owner_set_cb): Update prototype.

svn path=/trunk/; revision=4714
This commit is contained in:
Dan Winship
2000-08-11 00:03:47 +00:00
parent ebf505d16d
commit e95537c77b
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-08-10 Dan Winship <danw@helixcode.com>
* gui/component-factory.c (owner_set_cb): Update prototype.
2000-08-10 Federico Mena Quintero <federico@helixcode.com>
* gui/gnome-cal.c (gnome_calendar_new_appointment): New function.

View File

@ -71,7 +71,8 @@ static gint owner_count = 0;
static void
owner_set_cb (EvolutionShellComponent *shell_component,
Evolution_Shell shell_interface)
Evolution_Shell shell_interface,
const char *evolution_homedir)
{
owner_count ++;
}

View File

@ -71,7 +71,8 @@ static gint owner_count = 0;
static void
owner_set_cb (EvolutionShellComponent *shell_component,
Evolution_Shell shell_interface)
Evolution_Shell shell_interface,
const char *evolution_homedir)
{
owner_count ++;
}