diff options
Diffstat (limited to 'my-evolution/e-summary.h')
-rw-r--r-- | my-evolution/e-summary.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/my-evolution/e-summary.h b/my-evolution/e-summary.h index 1eda58bd0e..f787ca4814 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -86,16 +86,16 @@ struct _ESummaryPrefsFolder { struct _ESummaryPrefs { /* Mail */ - GList *display_folders; /* List of ESummaryPrefsFolder */ + GSList *display_folders; /* List of ESummaryPrefsFolder */ gboolean show_full_path; /* RDF */ - GList *rdf_urls; + GSList *rdf_urls; int rdf_refresh_time; int limit; /* Weather */ - GList *stations; + GSList *stations; ESummaryWeatherUnits units; int weather_refresh_time; |