diff options
Diffstat (limited to 'my-evolution/e-summary.h')
-rw-r--r-- | my-evolution/e-summary.h | 5 |
1 files changed, 3 insertions, 2 deletions
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, |