aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-factory.c')
-rw-r--r--my-evolution/e-summary-factory.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c
index cdf813aaf7..bda75452ab 100644
--- a/my-evolution/e-summary-factory.c
+++ b/my-evolution/e-summary-factory.c
@@ -126,12 +126,13 @@ control_destroy_cb (BonoboControl *control,
BonoboControl *
e_summary_factory_new_control (const char *uri,
const GNOME_Evolution_Shell shell,
- ESummaryOfflineHandler *handler)
+ ESummaryOfflineHandler *handler,
+ ESummaryPrefs *global_preferences)
{
BonoboControl *control;
GtkWidget *summary;
- summary = e_summary_new (shell);
+ summary = e_summary_new (shell, global_preferences);
if (summary == NULL) {
return NULL;
}