Re: [Evolution-hackers] bugs?



On Sun, 2004-05-02 at 16:22 +0200, Damien Sandras wrote:
> Hi all,
> 
> I think I found a few bugs regarding E-D-S, but as I'm not sure, I have
> written a small test program so that somebody here can really confirm me
> there is a bug.
> 
> The test program is doing 3 things :
> 1) it will return the list of contacts for which the VIDEO URL contains
> the given string: the list is erroneously empty. It works with a search
> on FULL NAME though.

This is probably because the e-d-s backend sexp code isn't listing
VIDEO_URL.  I had the same problem with BLOG_URL yesterday, I'll fix
this in a sec.

> 2) it will return the list of contacts for which the CATEGORY contains
> teh given string: the list is erroneously empty even for pre-made
> categories like "Affaires" (Business in french).

Hm, not sure about this one, I'll take a look.

> 3) it will try to add a new local address book, it gives a segfault in
> E-D-S' code. I already reported a bug about that 2 weeks ago:
> http://bugzilla.ximian.com/show_bug.cgi?id=57074

This was a coding error - you shouldn't g_slist_free the GSList's you
get back from the ESource* "peek" calls.

I'll have the other problems fixed tonight.

Chris



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