From f215a6dd84465b6638297b19e05a18d88bf1f952 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 19 Jul 2001 20:05:37 +0000 Subject: use the 2 new category icons 2001-07-19 Rodrigo Moya * e-categories-config.c (initialize_categories_config): use the 2 new category icons svn path=/trunk/; revision=11232 --- e-util/ChangeLog | 3 +++ e-util/e-categories-config.c | 4 ++-- 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 + * e-categories-config.c (initialize_categories_config): use the 2 + new category icons + * Makefile.am: s/imagedir/imagesdir 2001-07-17 Rodrigo Moya 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 ( -- cgit v1.2.3