Re: [evolution-patches] Exchange: patch for bug #313919



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]