========================== libgnome 2.21.93 ======================= 2008-03-07 Bastien Nocera * file-chooser/gtkfilesystemgio.c (mount_async_callback): Remove debug message 2008-03-07 Bastien Nocera * file-chooser/gtkfilesystemgio.c (get_volumes_list), (gtk_file_system_gio_dispose), (gtk_file_system_gio_list_volumes), (gtk_file_system_gio_get_volume_for_path), (gtk_file_system_gio_volume_free), (gtk_file_system_gio_volume_get_base_path), (gtk_file_system_gio_volume_get_is_mounted), (gtk_file_system_gio_volume_get_display_name), (gtk_file_system_gio_volume_get_icon_name): Show the "File System" mount in the file chooser's shortcuts (Closes: #520889) 2008-03-07 Bastien Nocera * file-chooser/gtkfilesystemgio.c (get_icon_for_special_directory), (translate_file_info), (query_info_callback), (gtk_file_system_gio_volume_get_icon_name), (gtk_file_folder_gio_get_info): Use proper icons for "/", the Desktop and the user's home directory (Closes: #520605) 2008-03-07 Bastien Nocera * file-chooser/gtkfilesystemgio.c (mount_async_callback), (query_info_callback), (gtk_file_system_gio_get_info): Try to mount remote locations when getting the file info fails with a "Not mounted" error (Closes: #520615) 2008-03-06 Federico Mena Quintero * file-chooser/gtkfilesystemgnomevfs.c (get_folder_complete_operation): Patch from Michael Meeks for http://bugzilla.gnome.org/show_bug.cgi?id=520767 - fix a race condition when two threads request the same folder and it's not loaded yet --- the last one to get the folder wouldn't get all the GtkFileInfoType flags it requested. 2008-03-06 Kjartan Maraas * file-chooser/gtkfilesystemgio.c: (get_icon_string): Fix for a crash in the gio backend. Patch from Alex Larsson. 2008-02-25 Kjartan Maraas * gnome-app-helper.c (toolbar_style_changed_notify): Remove unused static function. This change went into 2.21.92 but I forgot to add the changelog before making the tarball...