aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-09 22:41:31 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-09 22:41:31 +0800
commit3ee0a4c49eff58eabeb0aa25362c533e3e88d09e (patch)
treea29e9e981601fe24e7f82e7589622578a37df37d /shell/ChangeLog
parentc65e10b1513920673533b021b05806fb16950429 (diff)
downloadgsoc2013-evolution-3ee0a4c49eff58eabeb0aa25362c533e3e88d09e.tar
gsoc2013-evolution-3ee0a4c49eff58eabeb0aa25362c533e3e88d09e.tar.gz
gsoc2013-evolution-3ee0a4c49eff58eabeb0aa25362c533e3e88d09e.tar.bz2
gsoc2013-evolution-3ee0a4c49eff58eabeb0aa25362c533e3e88d09e.tar.lz
gsoc2013-evolution-3ee0a4c49eff58eabeb0aa25362c533e3e88d09e.tar.xz
gsoc2013-evolution-3ee0a4c49eff58eabeb0aa25362c533e3e88d09e.tar.zst
gsoc2013-evolution-3ee0a4c49eff58eabeb0aa25362c533e3e88d09e.zip
Fix misplaced `g_free()' that resulted in garbage to be printed out
in the case of an initialization failure. svn path=/trunk/; revision=2941
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 5d897bd62b..c479f46f5b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-09 Ettore Perazzoli <ettore@helixcode.com>
+
+ * e-shell.c (setup_storages): Woops. Don't free the path before
+ the warning message, as we need to print it.
+
2000-05-08 Ettore Perazzoli <ettore@helixcode.com>
* main.c (destroy_cb): New function.