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



        -               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]