Re: [evolution-patches] Re: 44258: only show non-disabled columns



committed with change for feedback.

On Wed, 2003-06-11 at 17:05, Ettore Perazzoli wrote:
>         -               e_table_memory_store_insert_adopt (E_TABLE_MEMORY_STORE (global_store), i, NULL, text);
>         +               if (config->source_spec->columns[i]->disabled)
>         +                       continue;
>         +
>         +               char *text = g_strdup (dgettext (config->domain, config->source_spec->columns[i]->title));
>         
> This doesn't work on older C compilers, you should keep the declaration
> at the top of the block.
> 
> The rest looks good.
> 
> -- Ettore
> 
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]