diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-03-18 23:47:04 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-03-18 23:47:04 +0800 |
commit | bc73d24d04269d1cd4df99acdb511580626ca98f (patch) | |
tree | be2344b66d4dcbfe8a28fac8446f3243f2c1b800 /my-evolution/e-summary.c | |
parent | 0ae3f73824ac55fab40594bc0ee16812d0f3bbf4 (diff) | |
download | gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.gz gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.zst gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.zip |
VFolders in the summary
svn path=/trunk/; revision=16190
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); |