aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/e-summary-mail.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index e975464450..e08725a153 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-11 Dan Winship <danw@ximian.com>
+
+ * e-summary-mail.c (update_folder_cb): Update the signature to
+ match the new signal.
+
2001-10-10 Iain Holmes <iain@ximian.com>
* e-summary-weather.c (e_summary_weather_update): Return a value.
diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c
index 69d7ebe611..fbb9a28de9 100644
--- a/my-evolution/e-summary-mail.c
+++ b/my-evolution/e-summary-mail.c
@@ -211,7 +211,7 @@ new_folder_cb (EvolutionStorageListener *listener,
static void
update_folder_cb (EvolutionStorageListener *listener,
const char *path,
- const char *display_name,
+ int unread_count,
ESummary *summary)
{
char *evolution_dir;