Compile error in Beagle CVS
- From: Cory Watson <jheephat gmail com>
- To: dashboard-hackers gnome org
- Subject: Compile error in Beagle CVS
- Date: Mon, 13 Sep 2004 09:58:43 -0500
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]