aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-summary.c')
-rw-r--r--mail/mail-summary.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/mail-summary.c b/mail/mail-summary.c
index 35620cefea..dbe3151d21 100644
--- a/mail/mail-summary.c
+++ b/mail/mail-summary.c
@@ -416,8 +416,10 @@ get_property (BonoboPropertyBag *bag,
/* Check that we can generate a new summary
and keep coming back until we can. */
static gboolean
-idle_check (MailSummary *summary)
+idle_check (gpointer data)
{
+ MailSummary *summary = (MailSummary *) data;
+
if (summary->in_summary == TRUE)
return TRUE;
@@ -457,8 +459,8 @@ BonoboObject *
create_summary_view (ExecutiveSummaryComponentFactory *_factory,
void *closure)
{
- GNOME_Evolution_Storage *corba_local_objref;
- GNOME_Evolution_StorageListener *corba_object;
+ GNOME_Evolution_Storage corba_local_objref;
+ GNOME_Evolution_StorageListener corba_object;
CORBA_Environment ev;
BonoboObject *component, *view;
BonoboPropertyBag *bag;
a?h=gstreamer0.10-removal&id=76986305c07845b629dec92e4db87d70dd61a893'>Move p5- ports from ports@ to perl@.mat2015-05-111-1/+1 * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1 * Cleanup plistantoine2014-11-121-7/+0 * Support STAGEDIR.vanilla2013-11-052-8/+6 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * - Convert to new perl frameworkaz2013-08-031-1/+2 * - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1