On Mon, Aug 03, 2009 at 09:29:35PM +0200, Nicolas wrote:
> Hi Chris,
>
> Finally, I have implemented your logic.
>
> I think that it's interessant to fix this bug for your next release
> 0.15. Because with Evolution, this bug is quiet boring :(
Thanks for this patch... I used the attached vcard
Hi Chris,
Finally, I have implemented your logic.
I think that it's interessant to fix this bug for your next release
0.15. Because with Evolution, this bug is quiet boring :(
Regards,
Le vendredi 10 juillet 2009 à 13:16 -0400, Chris Frey a écrit :
> On Fri, Jul 10, 2009 at 07:05:28PM +0200, N
On Fri, Jul 10, 2009 at 07:05:28PM +0200, Nicolas wrote:
> I agree with your solution.
>
> You can implemented it :)
*chuckle* It's on my list :-)
- Chris
--
Enter the BlackBerry Developer Challenge
This is your cha
I agree with your solution.
You can implemented it :)
Regards,
Le mardi 07 juillet 2009 à 22:05 -0400, Chris Frey a écrit :
> On Sat, Jul 04, 2009 at 08:07:39AM +0200, Nicolas wrote:
> > Hi,
> >
> > To avoid a little bug.
> >
> > Indeed, in the code you have :
> > if (...) {
> > }
> > if (...)
On Sat, Jul 04, 2009 at 08:07:39AM +0200, Nicolas wrote:
> Hi,
>
> To avoid a little bug.
>
> Indeed, in the code you have :
> if (...) {
> }
> if (...) {
> }
> ...
>
> But, If you define a home fax number, you have :
> type == fax
> AND
> type == home
I don't think the if/else is the correct