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 52cba39849..9344f70016 100644 --- a/my-evolution/e-summary-factory.c +++ b/my-evolution/e-summary-factory.c @@ -138,7 +138,7 @@ e_summary_factory_new_control (const char *uri, return NULL; } - e_summary_offline_handler_set_summary (handler, E_SUMMARY (summary)); + e_summary_offline_handler_add_summary (handler, E_SUMMARY (summary)); gtk_widget_show (summary); control = bonobo_control_new (summary); |