diff options
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r-- | my-evolution/e-summary.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 6db05c9700..2b85958f74 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -82,7 +82,6 @@ struct _ESummaryMailFolderInfo { }; struct _ESummaryPrivate { - GNOME_Evolution_Shell shell; GNOME_Evolution_ShellView shell_view_interface; GtkWidget *html_scroller; @@ -535,7 +534,7 @@ e_summary_new (const GNOME_Evolution_Shell shell) ESummary *summary; summary = gtk_type_new (e_summary_get_type ()); - summary->priv->shell = shell; + summary->shell = shell; e_summary_add_protocol_listener (summary, "evolution", e_summary_evolution_protocol_listener, summary); |