aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/ChangeLog6
-rw-r--r--e-util/e-categories-config.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 020b0742de..d9eede4439 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-20 Rodrigo Moya <rodrigo@ximian.com>
+
+ * e-categories-config.c (initialize_categories_config): use the 2
+ new category icons (16_category_suppliers.png and
+ 16_category_time-and-expenses.png)
+
2001-07-19 Rodrigo Moya <rodrigo@ximian.com>
* e-categories-config.c (initialize_categories_config): use the 2
diff --git a/e-util/e-categories-config.c b/e-util/e-categories-config.c
index 03eaaf6910..e88dc8188f 100644
--- a/e-util/e-categories-config.c
+++ b/e-util/e-categories-config.c
@@ -95,9 +95,9 @@ initialize_categories_config (void)
e_categories_config_set_icon_for (
_("Strategies"), EVOLUTION_CATEGORY_ICONS "/16_category_strategies.png");
e_categories_config_set_icon_for (
- _("Suppliers"), NULL);
+ _("Suppliers"), EVOLUTION_CATEGORY_ICONS "/16_category_suppliers.png");
e_categories_config_set_icon_for (
- _("Time & Expenses"), NULL);
+ _("Time & Expenses"), EVOLUTION_CATEGORY_ICONS "/16_category_time-and-expenses.png");
e_categories_config_set_icon_for (
_("VIP"), NULL);
e_categories_config_set_icon_for (