aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-08-23 06:31:53 +0800
committerIain Holmes <iain@src.gnome.org>2001-08-23 06:31:53 +0800
commit0af9d4d9864670f408b39cdec77e83c661e70584 (patch)
treed23bc8b9466bd7c7c9ae4c004f7a58deca2d5241 /my-evolution/e-summary.c
parent1b92eea9f43d08e724c831ae6807b39b2ba73f4e (diff)
downloadgsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar
gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.gz
gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.bz2
gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.lz
gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.xz
gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.tar.zst
gsoc2013-evolution-0af9d4d9864670f408b39cdec77e83c661e70584.zip
Fix the show_full_path bug
Set up the functions for better online/offline reporting. svn path=/trunk/; revision=12403
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r--my-evolution/e-summary.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c
index 1ea6534d1b..788945be73 100644
--- a/my-evolution/e-summary.c
+++ b/my-evolution/e-summary.c
@@ -697,6 +697,7 @@ e_summary_add_connections (ESummary *summary)
void
e_summary_set_online (ESummary *summary,
+ GNOME_Evolution_OfflineProgressListener progress,
gboolean online,
ESummaryOnlineCallback callback,
void *closure)
@@ -714,7 +715,7 @@ e_summary_set_online (ESummary *summary,
c->callback = callback;
c->callback_closure = closure;
- c->set_online (summary, online, c->closure);
+ c->set_online (summary, progress, online, c->closure);
}
}