[Evolution] patch to fix issue with gnome-pilot

Rob Dawson robd at perception.co.nz
Tue Mar 6 15:44:46 CET 2007


Hi there!

I registered a bug recently with evolution-exchange:
http://bugzilla.gnome.org/show_bug.cgi?id=413973

The resolution, eventually, revolved around applying the patch:
-----
Index: calendar/e-cal-backend-exchange.c
===================================================================
RCS file: /cvs/gnome/evolution-exchange/calendar/e-cal-backend-exchange.c,v
retrieving revision 1.69
diff -u -r1.69 e-cal-backend-exchange.c
--- calendar/e-cal-backend-exchange.c   15 Nov 2006 07:03:43 -0000      1.69
+++ calendar/e-cal-backend-exchange.c   5 Jan 2007 06:27:06 -0000
@@ -1488,7 +1488,7 @@
        ECalBackendExchangeComponent *ecomp;
        ecomp = g_hash_table_lookup (cbedata->cbex->priv->objects, key);
 
-       if (!ecomp) {
+       if (ecomp) {
                ECalComponent *comp;
                comp = e_cal_component_new ();
                if (ecomp->icomp)
-----

from bug:
http://bugzilla.gnome.org/show_bug.cgi?id=393029

... at which point the problem went away.

You may wish to apply that to the testing package 2.6.3.dfsg-1 ...


Cheers,
Rob

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________



More information about the Pkg-evolution-maintainers mailing list