aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-02 05:54:50 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-02 05:54:50 +0800
commitfcad5f23f2ac8c0bd238d23600f1ba50eae4e952 (patch)
treeaa924382243c1c3a3bd8793ba0c53950c903402e /shell/ChangeLog
parent3463239ee139b221446d93b3c2ab2abbe1aedd9c (diff)
downloadgsoc2013-evolution-fcad5f23f2ac8c0bd238d23600f1ba50eae4e952.tar
gsoc2013-evolution-fcad5f23f2ac8c0bd238d23600f1ba50eae4e952.tar.gz
gsoc2013-evolution-fcad5f23f2ac8c0bd238d23600f1ba50eae4e952.tar.bz2
gsoc2013-evolution-fcad5f23f2ac8c0bd238d23600f1ba50eae4e952.tar.lz
gsoc2013-evolution-fcad5f23f2ac8c0bd238d23600f1ba50eae4e952.tar.xz
gsoc2013-evolution-fcad5f23f2ac8c0bd238d23600f1ba50eae4e952.tar.zst
gsoc2013-evolution-fcad5f23f2ac8c0bd238d23600f1ba50eae4e952.zip
Strdup path when setting the callback data.
2000-09-01 Christopher James Lahey <clahey@helixcode.com> * e-local-storage.c: Strdup path when setting the callback data. * evolution-storage.c: Removed an unused variable. svn path=/trunk/; revision=5168
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index a7971bd973..2beeff6f80 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-01 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-local-storage.c: Strdup path when setting the callback data.
+
+ * evolution-storage.c: Removed an unused variable.
+
2000-08-31 Chris Toshok <toshok@helixcode.com>
* e-shell-view.c (init): initialize delayed_selection = NULL;