aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-08-10 08:27:11 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-08-10 08:27:11 +0800
commit76ab4cd9fce53cd4db8906d47b599f3264c8bd48 (patch)
treedfaedfc84a939048ba2877e177f637d4a6b45298 /e-util/ChangeLog
parent01fa840a36c950fcbd18f11183320a403c5fc903 (diff)
downloadgsoc2013-evolution-76ab4cd9fce53cd4db8906d47b599f3264c8bd48.tar
gsoc2013-evolution-76ab4cd9fce53cd4db8906d47b599f3264c8bd48.tar.gz
gsoc2013-evolution-76ab4cd9fce53cd4db8906d47b599f3264c8bd48.tar.bz2
gsoc2013-evolution-76ab4cd9fce53cd4db8906d47b599f3264c8bd48.tar.lz
gsoc2013-evolution-76ab4cd9fce53cd4db8906d47b599f3264c8bd48.tar.xz
gsoc2013-evolution-76ab4cd9fce53cd4db8906d47b599f3264c8bd48.tar.zst
gsoc2013-evolution-76ab4cd9fce53cd4db8906d47b599f3264c8bd48.zip
return when there's no icon associated with the category
2001-08-09 Rodrigo Moya <rodrigo@ximian.com> * e-categories-config.c (e_categories_config_get_icon_for): return when there's no icon associated with the category svn path=/trunk/; revision=11860
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 304e2f43e0..26109f20aa 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,8 @@
2001-08-09 Rodrigo Moya <rodrigo@ximian.com>
+ * e-categories-config.c (e_categories_config_get_icon_for): return
+ when there's no icon associated with the category
+
* e-categories-config.c: reworked to use the ECategoriesMasterListWombat
class. Also, load correctly images (fixes #6794)