Update prototype.
* gui/component-factory.c (owner_set_cb): Update prototype. svn path=/trunk/; revision=4714
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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 ++;
|
||||
}
|
||||
|
||||
@ -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 ++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user