diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-12 03:01:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-12 03:01:06 +0800 |
commit | f6dce20df12bcb17e4ae633a465c793564840896 (patch) | |
tree | 596a971ad8f854d69d67992bc2bd0b9a86f8e88e /my-evolution | |
parent | bb37bd26e75740861501809c32cc3c7c54fe40d6 (diff) | |
download | gsoc2013-evolution-f6dce20df12bcb17e4ae633a465c793564840896.tar.gz gsoc2013-evolution-f6dce20df12bcb17e4ae633a465c793564840896.tar.zst gsoc2013-evolution-f6dce20df12bcb17e4ae633a465c793564840896.zip |
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
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | my-evolution/e-summary-mail.c | 2 |
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; |