Compile error in Beagle CVS



Line 55 of beagled/EvolutionDataServerDriver.cs:

hit.Uri    = "contact://" + contact.Id; // FIXME!

should read:

hit.Uri    = new Uri("contact://" + contact.Id); // FIXME!

Not sure if that's related to the fixme or not.  Fixing that allows
mine to compile without  further error.

-- 
Cory 'G' Watson



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