From 1e98eda7a4b8d6dd4c648af5fd407c8eef5dd1bd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 30 Jun 2000 08:37:37 +0000 Subject: One of these days, I need somebody to teach me how to program. svn path=/trunk/; revision=3824 --- calendar/gui/calendar-component.c | 6 +++--- calendar/gui/component-factory.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 4e92055619..60d11e6ad4 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -78,9 +78,9 @@ owner_set_cb (EvolutionShellComponent *shell_component, static void owner_unset_cb (EvolutionShellComponent *shell_component, - Evolution_Shell shell_interface) - EvolutionShellClient shell_client, - void *data) + Evolution_Shell shell_interface, + EvolutionShellClient shell_client, + void *data) { owner_count --; if (owner_count <= 0) diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c index 4e92055619..60d11e6ad4 100644 --- a/calendar/gui/component-factory.c +++ b/calendar/gui/component-factory.c @@ -78,9 +78,9 @@ owner_set_cb (EvolutionShellComponent *shell_component, static void owner_unset_cb (EvolutionShellComponent *shell_component, - Evolution_Shell shell_interface) - EvolutionShellClient shell_client, - void *data) + Evolution_Shell shell_interface, + EvolutionShellClient shell_client, + void *data) { owner_count --; if (owner_count <= 0) -- cgit