[evolution-patches] Re: [Hackfest]: Fixes #256874



On Thu, 2005-05-12 at 22:25 +0530, Shreyas wrote:
> Hey,
> 
> The patch adds a new category "Anniversary" and also fixes the issue of
> calender showing even Anniversary days as category Birthday.
> 
not related to your patch, which is ok, but we really need to get new
categories added for all installations. That is, doing it in
initialize_categories_config when there is no
"/apps/evolution/general/category_master_list" GConf entry just creates
them if there are no categories before, that is, for new installations.
So maybe we want to modify that function to check for all of the
categories and add the ones that are not in the configuration.

That would be, removing the } else { part and, for all categories do:

	if (!e_categories_exist ("Anniversary"))
		e_categories_add (....);

Will wait for your patch to be committed and add that code myself.
-- 
Rodrigo Moya <rodrigo novell com>




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