summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-06-16 21:38:47 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-06-16 21:38:47 +0000
commit11a9e21ab00c590d46127652c9488bcd96dbef5a (patch)
tree5c734243f6b7dbcd485ffd69676a348c1e1fbf53 /ChangeLog
parent8e6fd3390d2db2b0312fc3db4ea030c54e4aee05 (diff)
downloadgtk+-11a9e21ab00c590d46127652c9488bcd96dbef5a.tar.gz
When inserting a visible node, free the old path before creating the new
2004-06-16 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilesystemmodel.c (do_files_added): When inserting a visible node, free the old path before creating the new one. Fixes #144356.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f61cc95ea8..4b12d918fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-16 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilesystemmodel.c (do_files_added): When inserting a
+ visible node, free the old path before creating the new one.
+ Fixes #144356.
+
Tue Jun 15 01:10:32 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c: Make GtkComboBox work without model.