From f6dce20df12bcb17e4ae633a465c793564840896 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 11 Oct 2001 19:01:06 +0000 Subject: Update the signature to match the new signal. * e-summary-mail.c (update_folder_cb): Update the signature to match the new signal. svn path=/trunk/; revision=13591 --- my-evolution/ChangeLog | 5 +++++ my-evolution/e-summary-mail.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'my-evolution') 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 + + * e-summary-mail.c (update_folder_cb): Update the signature to + match the new signal. + 2001-10-10 Iain Holmes * 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; -- cgit v1.2.3