summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-05 17:18:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-05 17:18:01 +0000
commit9359ede29b24d2cea33f864397f2e004a390b0e0 (patch)
tree0164d4f94dc67679d947d093e57c271537dd9115 /ChangeLog.pre-2-6
parent7794fa7f5731ad62b89117fa3ac7c9db9fc01992 (diff)
downloadgdk-pixbuf-9359ede29b24d2cea33f864397f2e004a390b0e0.tar.gz
Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fix
2005-01-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911. (get_file_info, check_is_folder): Translate errors from the filesystem into the GTK_FILE_CHOOSER_ERROR domain. Rest of the fix for #162911, noticed by Murray Cumming.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-63
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index bdb42524a..72d776f7b 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -2,6 +2,9 @@
* gtk/gtkfilechooserdefault.c: Don't construct errors from
the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911.
+ (get_file_info, check_is_folder): Translate errors from
+ the filesystem into the GTK_FILE_CHOOSER_ERROR domain. Rest
+ of the fix for #162911, noticed by Murray Cumming.
Wed Jan 5 11:42:49 2005 Søren Sandmann <sandmann@redhat.com>