Re: [evolution-patches] Re: 44258: only show non-disabled columns
- From: Ettore Perazzoli <ettore ximian com>
- To: Mike Kestner <mkestner ximian com>
- Cc: Evolution Patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] Re: 44258: only show non-disabled columns
- Date: 11 Jun 2003 18:05:13 -0400
- 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]