Re: [evolution-patches] initial addressbook patches



looks good

On Fri, 2003-06-13 at 18:08, Larry Ewing wrote:
> good catch updated e-addressbook-view.c attached with several more
> fixes... 
> 
> --Larry
> 
> On Fri, 2003-06-13 at 17:46, Chris Toshok wrote:
> > On Fri, 2003-06-13 at 11:07, Larry Ewing wrote:
> > > This isn't complete but I thought I'd get what I have out there for
> > > people to look at while I continue working on it.
> > 
> > 
> > > RCS file:
> > > /cvs/gnome/evolution/addressbook/gui/widgets/e-addressbook-view.c,v
> > > retrieving revision 1.114
> > > diff -u -p -r1.114 e-addressbook-view.c
> > > --- widgets/e-addressbook-view.c        11 May 2003 21:51:45
> > > -0000      1.114
> > > +++ widgets/e-addressbook-view.c        13 Jun 2003 18:04:11 -0000
> > > @@ -784,6 +786,7 @@ delete (GtkWidget *widget, CardAndBook *
> > >                         }
> > >                 }
> > >                 e_free_object_list(list);
> > > +               g_object_unref(list);
> > >         }
> > >  }
> > 
> > shouldn't need that g_object_unref, as list is a GList, not an EList.
> > 
> > Chris



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