diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-11 08:03:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-11 08:03:47 +0800 |
commit | e95537c77b48fa69b862a41deccb4f7d196b495c (patch) | |
tree | f87523046d8c0976dfa10504a0f5fe6de04fad7c /calendar | |
parent | ebf505d16dda2946441e05b2bdb15c4055d448a2 (diff) | |
download | gsoc2013-evolution-e95537c77b48fa69b862a41deccb4f7d196b495c.tar gsoc2013-evolution-e95537c77b48fa69b862a41deccb4f7d196b495c.tar.gz gsoc2013-evolution-e95537c77b48fa69b862a41deccb4f7d196b495c.tar.bz2 gsoc2013-evolution-e95537c77b48fa69b862a41deccb4f7d196b495c.tar.lz gsoc2013-evolution-e95537c77b48fa69b862a41deccb4f7d196b495c.tar.xz gsoc2013-evolution-e95537c77b48fa69b862a41deccb4f7d196b495c.tar.zst gsoc2013-evolution-e95537c77b48fa69b862a41deccb4f7d196b495c.zip |
Update prototype.
* gui/component-factory.c (owner_set_cb): Update prototype.
svn path=/trunk/; revision=4714
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/calendar-component.c | 3 | ||||
-rw-r--r-- | calendar/gui/component-factory.c | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b7a639bea4..2340a641b8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -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. diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 8e43065308..4c546600a2 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -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 ++; } diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c index 8e43065308..4c546600a2 100644 --- a/calendar/gui/component-factory.c +++ b/calendar/gui/component-factory.c @@ -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 ++; } |