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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/my-evolution/e-summary-offline-handler.c b/my-evolution/e-summary-offline-handler.c
index 270f4e90ee..c42593522c 100644
--- a/my-evolution/e-summary-offline-handler.c
+++ b/my-evolution/e-summary-offline-handler.c
@@ -280,8 +280,7 @@ e_summary_offline_handler_add_summary (ESummaryOfflineHandler *handler,
handler->priv->summaries = g_slist_prepend (handler->priv->summaries,
summary);
- gtk_signal_connect (GTK_OBJECT (summary), "destroy",
- GTK_SIGNAL_FUNC (summary_destroy_callback), handler);
+ g_signal_connect (summary, "destroy", G_CALLBACK (summary_destroy_callback), handler);
}
BONOBO_X_TYPE_FUNC_FULL (ESummaryOfflineHandler, GNOME_Evolution_Offline, PARENT_TYPE, e_summary_offline_handler);