aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-08-02 09:54:22 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-02 09:54:22 +0800
commit34706b4a56700d9cb2ca5929c66c216bbb75244a (patch)
tree4f92ba250e1743b25684ee649f4e49dd07962002 /e-util/ChangeLog
parent108958944abcbb18fdd34d04a3503f53b3873343 (diff)
downloadgsoc2013-evolution-34706b4a56700d9cb2ca5929c66c216bbb75244a.tar
gsoc2013-evolution-34706b4a56700d9cb2ca5929c66c216bbb75244a.tar.gz
gsoc2013-evolution-34706b4a56700d9cb2ca5929c66c216bbb75244a.tar.bz2
gsoc2013-evolution-34706b4a56700d9cb2ca5929c66c216bbb75244a.tar.lz
gsoc2013-evolution-34706b4a56700d9cb2ca5929c66c216bbb75244a.tar.xz
gsoc2013-evolution-34706b4a56700d9cb2ca5929c66c216bbb75244a.tar.zst
gsoc2013-evolution-34706b4a56700d9cb2ca5929c66c216bbb75244a.zip
Fixed the load statement here by just using array_from_string.
2001-08-01 Christopher James Lahey <clahey@ximian.com> * e-categories-master-list-wombat.c (ecmlw_load): Fixed the load statement here by just using array_from_string. (ecmlw_save): Removed the part where we save the icons and colors since that's handled in the array_to_string function. Fixes Ximian bug #4451. svn path=/trunk/; revision=11561
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index d69ef2fe69..6306ed2e1a 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-01 Christopher James Lahey <clahey@ximian.com>
+
+ * e-categories-master-list-wombat.c (ecmlw_load): Fixed the load
+ statement here by just using array_from_string.
+ (ecmlw_save): Removed the part where we save the icons and colors
+ since that's handled in the array_to_string function. Fixes
+ Ximian bug #4451.
+
2001-07-27 JP Rosevear <jpr@ximian.com>
* e-dbhash.c (string_to_dbt): memset everything to 0