From 84e13e55846950db7a5ab1debebdf9e3fd977343 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 19 Mar 2002 13:25:33 +0000 Subject: Move the preferences from a per-view setting to a global setting svn path=/trunk/; revision=16205 --- my-evolution/e-summary.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'my-evolution/e-summary.h') diff --git a/my-evolution/e-summary.h b/my-evolution/e-summary.h index 703d38a747..ad3e72d925 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -102,7 +102,7 @@ struct _ESummary { GtkVBox parent; ESummaryPrefs *preferences; - ESummaryPrefs *old_prefs; +/* ESummaryPrefs *old_prefs; */ ESummaryMail *mail; ESummaryCalendar *calendar; @@ -127,7 +127,8 @@ struct _ESummaryClass { GtkType e_summary_get_type (void); -GtkWidget *e_summary_new (const GNOME_Evolution_Shell shell); +GtkWidget *e_summary_new (const GNOME_Evolution_Shell shell, + ESummaryPrefs *prefs); void e_summary_print (BonoboUIComponent *component, gpointer user_data, -- cgit