aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-07-20 04:05:37 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-07-20 04:05:37 +0800
commitf215a6dd84465b6638297b19e05a18d88bf1f952 (patch)
treec3726b856dff259d06793f83b70974b44a1280f6
parent13a1d6f61bb401bcee377c65736497c0f44fb3f5 (diff)
downloadgsoc2013-evolution-f215a6dd84465b6638297b19e05a18d88bf1f952.tar
gsoc2013-evolution-f215a6dd84465b6638297b19e05a18d88bf1f952.tar.gz
gsoc2013-evolution-f215a6dd84465b6638297b19e05a18d88bf1f952.tar.bz2
gsoc2013-evolution-f215a6dd84465b6638297b19e05a18d88bf1f952.tar.lz
gsoc2013-evolution-f215a6dd84465b6638297b19e05a18d88bf1f952.tar.xz
gsoc2013-evolution-f215a6dd84465b6638297b19e05a18d88bf1f952.tar.zst
gsoc2013-evolution-f215a6dd84465b6638297b19e05a18d88bf1f952.zip
use the 2 new category icons
2001-07-19 Rodrigo Moya <rodrigo@ximian.com> * e-categories-config.c (initialize_categories_config): use the 2 new category icons svn path=/trunk/; revision=11232
-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 (