diff options
Diffstat (limited to 'my-evolution/e-summary-factory.c')
-rw-r--r-- | my-evolution/e-summary-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c index 6ebaf06e4f..3637d358e4 100644 --- a/my-evolution/e-summary-factory.c +++ b/my-evolution/e-summary-factory.c @@ -125,7 +125,7 @@ e_summary_factory_new_control (const char *uri, return NULL; } - e_summary_set_control (summary, control); + e_summary_set_control (E_SUMMARY (summary), control); g_signal_connect (control, "activate", G_CALLBACK (control_activate_cb), summary); g_signal_connect (control, "destroy", G_CALLBACK (control_destroy_cb), summary); |