Re: [evolution-patches] Warning Fix for Variable Indirection



On Mon, 2004-10-04 at 23:18 +0200, Rodrigo Moya wrote:
> On Mon, 2004-10-04 at 23:14 +0200, Rodrigo Moya wrote:
> > On Mon, 2004-10-04 at 14:31 -0400, JP Rosevear wrote:
> > > I suspect this could do some random things.
> > > 
> > 
> > >         top_level = comp_toplevel_with_zones (method, comp, client,
> > > zones);
> > > -       if (!e_cal_send_objects (client, top_level, &users,
> > > &returned_icalcomp, &error)) {
> > > +       if (!e_cal_send_objects (client, top_level, users,
> > > &returned_icalcomp, &error)) {
> > > 
> > both e-cal.h and e-cal.c declare that argument to be a GList **:
> > 
> > 	gboolean e_cal_send_objects (ECal *ecal, icalcomponent *icalcomp, GList
> > **users, icalcomponent **modified_icalcomp, GError **error);
> >
> sorry, I didn't see users was already a GList **, so approved.

Committed to both branches.

-JP
-- 
JP Rosevear <jpr novell com>
Novell, Inc.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]