aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-08-08 02:33:57 +0800
committerJacob Leach <jleach@src.gnome.org>2001-08-08 02:33:57 +0800
commitd4b50908309bb448b374e22d959b2bd1022b7005 (patch)
treedbe3dc54e725f92731df6242e5819666c30141e0 /shell/ChangeLog
parent9a165d27dff407f1bf61919c1362e166d9c8d1ce (diff)
downloadgsoc2013-evolution-d4b50908309bb448b374e22d959b2bd1022b7005.tar
gsoc2013-evolution-d4b50908309bb448b374e22d959b2bd1022b7005.tar.gz
gsoc2013-evolution-d4b50908309bb448b374e22d959b2bd1022b7005.tar.bz2
gsoc2013-evolution-d4b50908309bb448b374e22d959b2bd1022b7005.tar.lz
gsoc2013-evolution-d4b50908309bb448b374e22d959b2bd1022b7005.tar.xz
gsoc2013-evolution-d4b50908309bb448b374e22d959b2bd1022b7005.tar.zst
gsoc2013-evolution-d4b50908309bb448b374e22d959b2bd1022b7005.zip
Don't use a leaky hash to get folder names with unread count, use
2001-08-07 Jason Leach <jleach@ximian.com> * e-storage-set-view.c (etree_value_at): Don't use a leaky hash to get folder names with unread count, use gtk_object_set_data_full and gtk_object_get_data on the EFolder. (etree_icon_at): Give the "My Evolution" storage an icon through a non-generic way. Will be replaced by a generic method when other storages get icons too. svn path=/trunk/; revision=11735
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ee20a48b27..d8e04a1692 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,12 @@
+2001-08-07 Jason Leach <jleach@ximian.com>
+
+ * e-storage-set-view.c (etree_value_at): Don't use a leaky hash to
+ get folder names with unread count, use gtk_object_set_data_full
+ and gtk_object_get_data on the EFolder.
+ (etree_icon_at): Give the "My Evolution" storage an icon through a
+ non-generic way. Will be replaced by a generic method when other
+ storages get icons too.
+
2001-08-07 Ettore Perazzoli <ettore@ximian.com>
* evolution-activity-client.c