diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-01-06 20:20:43 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-01-06 20:20:43 +0000 |
commit | 24b50606f9586ea30c3c1bb11e494d08b2479eaa (patch) | |
tree | 8aa7b926219af7267bc5af8255e2f4eabbcd295e /ChangeLog | |
parent | caebaf94cb42a2e540fa76dced2eb4bdb5ccf397 (diff) | |
download | gdk-pixbuf-24b50606f9586ea30c3c1bb11e494d08b2479eaa.tar.gz |
g_path_skip_root() can return NULL; handle this. Fixes #129565.
2004-01-06 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
can return NULL; handle this. Fixes #129565.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-01-06 Federico Mena Quintero <federico@ximian.com> + + * gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root() + can return NULL; handle this. Fixes #129565. + 2004-01-06 Alexander Winston <alexander.winston@comcast.net> * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space |