========================= 2.20.1 ========================== 2007-10-12 Federico Mena Quintero Merged from trunk: Fix http://bugzilla.gnome.org/show_bug.cgi?id=464383 - In the file chooser, errors are not reported correctly when creating a folder fails. * file-chooser/gtkfilesystemgnomevfs.c (gtk_file_system_gnome_vfs_create_folder): Use GNOME_VFS_XFER_ERROR_MODE_QUERY instead of GNOME_VFS_XFER_ERROR_MODE_ABORT so that our progress/error callback will be called if the mkdir() fails. Patch by Richard Hult . 2007-10-12 Federico Mena Quintero Merged from trunk: Fix http://bugzilla.gnome.org/show_bug.cgi?id=485922 - Errors from GtkFileSystemGnomeVFS are not translated, and are too general. * file-chooser/gtkfilesystemgnomevfs.c (set_vfs_error): Take in a 'format' argument instead of using hardcoded, untranslated strings. (get_folder_complete_operation): Use a specific error message for set_vfs_error(). (get_folder_file_info_callback): Likewise. (get_file_info_callback): Likewise. (create_folder_progress_cb): Likewise. (gtk_file_system_gnome_vfs_get_parent): Likewise. 2007-10-04 Christian Persch * libgnomeui/Makefile.am: Define GNOME_EXPLICIT_TRANSLATION_DOMAIN so we get the right _() define. Based on a patch by Takao Fujiwara, bug #483263. 2007-10-02 Federico Mena Quintero Merged from trunk: Fix https://bugzilla.novell.com/show_bug.cgi?id=330187 - CD-ROMs do not appear in the file chooser. * file-chooser/gtkfilesystemgnomevfs.c (gtk_file_system_gnome_vfs_list_volumes): Use the same code as in Nautilus to populate the drive/volume list in the file chooser. This way we have the same results, in the same order as Nautilus.