summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-03-09 19:47:09 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-03-09 19:47:09 +0000
commit22bc71a66747ad9e024a1c34e154dca09c0eb62d (patch)
tree7c4cddf618f39fe005308b446c9ea93a89a90338 /ChangeLog
parentace5e30238ee0bc5dfcc57196cb306389b3cc5f0 (diff)
downloadgdk-pixbuf-22bc71a66747ad9e024a1c34e154dca09c0eb62d.tar.gz
Handle the returned parent_path being NULL. Fixes #136662.
2004-03-09 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned parent_path being NULL. Fixes #136662.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a4fa0556..9182cb28e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-03-09 Federico Mena Quintero <federico@ximian.com>
+ * gtk/gtkfilechooserdefault.c (get_file_info): Handle the returned
+ parent_path being NULL. Fixes #136662.
+
+2004-03-09 Federico Mena Quintero <federico@ximian.com>
+
* gtk/gtkfilechooserdefault.c (shortcuts_drag_data_received_cb):
Stop the emission so that GtkTreeView's handler won't try to poke
the filter model. Fixes #136127.