aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/ChangeLog3
-rw-r--r--e-util/e-categories-config.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 711ee9bc79..020b0742de 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,8 @@
2001-07-19 Rodrigo Moya <rodrigo@ximian.com>
+ * e-categories-config.c (initialize_categories_config): use the 2
+ new category icons
+
* Makefile.am: s/imagedir/imagesdir
2001-07-17 Rodrigo Moya <rodrigo@ximian.com>
diff --git a/e-util/e-categories-config.c b/e-util/e-categories-config.c
index ef0f2ed1c0..03eaaf6910 100644
--- a/e-util/e-categories-config.c
+++ b/e-util/e-categories-config.c
@@ -91,9 +91,9 @@ initialize_categories_config (void)
e_categories_config_set_icon_for (
_("Phone Calls"), EVOLUTION_CATEGORY_ICONS "/16_category_phonecalls.png");
e_categories_config_set_icon_for (
- _("Status"), NULL);
+ _("Status"), EVOLUTION_CATEGORY_ICONS "/16_category_status.png");
e_categories_config_set_icon_for (
- _("Strategies"), NULL);
+ _("Strategies"), EVOLUTION_CATEGORY_ICONS "/16_category_strategies.png");
e_categories_config_set_icon_for (
_("Suppliers"), NULL);
e_categories_config_set_icon_for (