[evolution-patches] Re: Bug# 58014: Cannot add multiple participants for the same category while assigning tasks.
- From: Rodrigo Moya <rodrigo ximian com>
- To: Umesh Tiwari <tiwariumesh232 gawab com>
- Cc: Evolution Patches <evolution-patches ximian com>
- Subject: [evolution-patches] Re: Bug# 58014: Cannot add multiple participants for the same category while assigning tasks.
- Date: Mon, 10 May 2004 11:09:02 +0200
On Mon, 2004-05-10 at 05:54 +0000, Umesh Tiwari wrote:
> Respected Sir,
> We would be greatly obliged if you commit
> this patch.
>
hmm, I now think the patch is wrong:
- for (i = 0; i < G_N_ELEMENTS (cards); i++) {
+ for (i = 0; i < cards[i] != NULL; i++) {
should be just:
for (i = 0; cards[i] != NULL; i++)
isn't it?
cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]