Re: [evolution-patches] Exchange: patch for bug #313919
- From: Sarfraaz Ahmed <asarfraaz novell com>
- To: Shakti Prasad <shprasad novell com>
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] Exchange: patch for bug #313919
- Date: Wed, 24 Aug 2005 14:29:44 +0530
Looks good. Please commit.
On Mon, 2005-08-22 at 08:29 -0600, Shakti Prasad wrote:
> Hi,
>
> I have attached a patch for bug #313919.
>
> Please review this.
>
> Thanks,
> Shakti
> + for (list = email_list; list; list = g_list_next (list)) {
You could just call this as 'l', thats the convention followed.
for (l=email_list; l ; l = g_list_next (l)) {
> + email = list->data;
Thanks
-- Sarfraaz
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]