aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-28 01:22:28 +0800
committerDan Winship <danw@src.gnome.org>2000-07-28 01:22:28 +0800
commit84d7c755a0216918b31ae5917c0cffd86d9cc870 (patch)
tree6c332c0036ad942e158604060cf83210d61ceed1 /shell/ChangeLog
parent96dfd1f12df19062aeaf60cec782963ea853cf1d (diff)
downloadgsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.tar
gsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.tar.gz
gsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.tar.bz2
gsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.tar.lz
gsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.tar.xz
gsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.tar.zst
gsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.zip
work with either gconf 0.5 or newer
* main.c (idle_cb): work with either gconf 0.5 or newer svn path=/trunk/; revision=4396
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index bdfab07c57..3909397ab7 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-27 Dan Winship <danw@helixcode.com>
+
+ * main.c (idle_cb): work with either gconf 0.5 or newer
+
2000-07-26 Peter Williams <peterw@helixcode.com>
* e-storage.c (e_storage_new_folder): Fix tiny mem leak.