Re: [evolution-patches] Re: 44258: only show non-disabled columns
- From: Mike Kestner <mkestner ximian com>
- To: Ettore Perazzoli <ettore ximian com>
- Cc: Evolution Patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] Re: 44258: only show non-disabled columns
- Date: 12 Jun 2003 08:41:00 -0500
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]