Add new Anniversary category, Fixes #256874
authorShreyas Srinivasan <sshreyas@novell.com>
Fri, 13 May 2005 05:58:47 +0000 (05:58 +0000)
committerShreyas Srinivasan <shres@src.gnome.org>
Fri, 13 May 2005 05:58:47 +0000 (05:58 +0000)
2005-05-13  Shreyas Srinivasan  <sshreyas@novell.com>

* libedataserver/e-categories.c: Add new Anniversary category,
Fixes #256874

ChangeLog
libedataserver/e-categories.c

index 17140f5..5be3c97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-13  Shreyas Srinivasan  <sshreyas@novell.com>
+
+       * libedataserver/e-categories.c: Add new Anniversary category, 
+       Fixes #256874
+       
 2005-05-13  Harish Krishnaswamy  <kharish@novell.com>
        
        * configure.in: export LIBSOUP for use elsewhere.
index 70ab9fa..f6a7bb1 100644 (file)
@@ -224,6 +224,7 @@ initialize_categories_config (void)
                conf_is_dirty = FALSE;
        } else {
                e_categories_add (_("Birthday"), NULL, E_DATA_SERVER_IMAGESDIR "/category_birthday_16.png", TRUE);
+               e_categories_add (_("Anniversary"), NULL, NULL, TRUE);
                e_categories_add (_("Business"), NULL, E_DATA_SERVER_IMAGESDIR "/category_business_16.png", TRUE);
                e_categories_add (_("Competition"), NULL, NULL, TRUE);
                e_categories_add (_("Favorites"), NULL, E_DATA_SERVER_IMAGESDIR "/category_favorites_16.png", TRUE);