aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-offline-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-offline-handler.c')
-rw-r--r--my-evolution/e-summary-offline-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-offline-handler.c b/my-evolution/e-summary-offline-handler.c
index a9163b578e..ffa2b2aa12 100644
--- a/my-evolution/e-summary-offline-handler.c
+++ b/my-evolution/e-summary-offline-handler.c
@@ -177,7 +177,7 @@ impl_goOffline (PortableServer_Servant servant,
/* FIXME: If we have a progress already, then something is wrong and we
should raise an exception. */
- priv->listener_interface = CORBA_Object_duplicate (progress_listener, &ev);
+ priv->listener_interface = CORBA_Object_duplicate (progress_listener, ev);
for (sp = priv->summaries; sp != NULL; sp = sp->next) {
ESummary *summary;