aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-05-04 23:41:13 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-05-04 23:41:13 +0800
commitce2456dde6a985319c6fb27d26e4f5cfbd9f0a88 (patch)
treec439795cfe38ebb9477067b8e9797b67fdcb6a4c /shell/ChangeLog
parent134cba36bcb2ac48e29035eb5237a360643c7578 (diff)
downloadgsoc2013-evolution-ce2456dde6a985319c6fb27d26e4f5cfbd9f0a88.tar
gsoc2013-evolution-ce2456dde6a985319c6fb27d26e4f5cfbd9f0a88.tar.gz
gsoc2013-evolution-ce2456dde6a985319c6fb27d26e4f5cfbd9f0a88.tar.bz2
gsoc2013-evolution-ce2456dde6a985319c6fb27d26e4f5cfbd9f0a88.tar.lz
gsoc2013-evolution-ce2456dde6a985319c6fb27d26e4f5cfbd9f0a88.tar.xz
gsoc2013-evolution-ce2456dde6a985319c6fb27d26e4f5cfbd9f0a88.tar.zst
gsoc2013-evolution-ce2456dde6a985319c6fb27d26e4f5cfbd9f0a88.zip
Plug a leak in the folder creation dialog (a string was being
unnecessarily duplicated twice). svn path=/trunk/; revision=9669
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 5ad67ab66b..a692d61829 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2001-05-04 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-folder-creation-dialog.c (dialog_clicked_cb): Don't
+ strdup `path' before copying it into the `dialog_data'.
+
+2001-05-04 Ettore Perazzoli <ettore@ximian.com>
+
* importer/intelligent.c (get_intelligent_importers): Free the
`info_list' returned by `oaf_query()', thus plugging a leak.