diff options
-rw-r--r-- | calendar/gui/calendar-component.c | 6 | ||||
-rw-r--r-- | calendar/gui/component-factory.c | 6 |
2 files changed, 6 insertions, 6 deletions
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) |