========================== libgnome 2.22.1 ======================== 2008-04-08 Federico Mena Quintero * libgnomeui/gnome-thumbnail.c (gnome_thumbnail_factory_generate_thumbnail): Free the expanded_script in all cases. 2008-04-04 Carlos Garnacho * file-chooser/gtkfilesystemgio.c (read_bookmarks_file): Be more permissive if the .gtk-bookmarks file can't be opened, it's not critical error worthy at all. Fixes #523003 2008-04-04 Carlos Garnacho * file-chooser/gtkfilesystemgio.c (gtk_file_system_gio_get_volume_for_path): Do not spew a critical warning if there are no mounts. Fixes #515783. Also, do not leak root when the enclosing mount is found. 2008-04-04 Carlos Garnacho * file-chooser/gtkfilesystemgio.c (gtk_file_system_gio_dispose): GVolumeMonitor may survive the GtkFileSystemGio object, disconnect all connected signals before disposing the reference to it. Bug #513082. 2008-04-04 Carlos Garnacho * file-chooser/gtkfilesystemgio.c (get_icon_string): check whether the GFileIcon doesn't return a NULL GFile, Bug #522005. 2008-04-04 Carlos Garnacho * file-chooser/gtkfilesystemgio.c (get_icon_for_special_directory): compare GFiles instead of uris, make more robust against failed conversions, Bug #524781. (translate_file_info) (query_info_callback) (gtk_file_system_gio_volume_get_icon_name) (gtk_file_folder_gio_get_info): Update callers. 2008-03-19 Sebastien Bacher * configure.in: don't duplicate the gio requirement 2008-03-16 Kjartan Maraas * configure.in: * libgnomeui/gnome-vfs-util.c: (gnome_gdk_pixbuf_new_from_uri_at_scale), (gnome_gdk_pixbuf_new_from_uri_async), (input_stream_ready_callback), (input_stream_read_callback), (free_pixbuf_load_handle), (load_done), (gnome_gdk_pixbuf_new_from_uri_cancel): * test-gnome/Makefile.am: Patch from David Zeuthen to fix thumbnailing on gphoto2:// trash:// and obex:// etc. Closes bug #517276. 2008-03-10 Kjartan Maraas * libgnomeui/gnome-app-helper.c: Remove unused static function. * libgnomeui/gnome-dialog.c: Mark a function as static. * libgnomeui/gnome-font-picker.c: (gnome_font_picker_create_inside): Mark function as static. * libgnomeui/gnome-vfs-util.c: (gnome_gdk_pixbuf_new_from_uri_at_scale): NULL vs. 0. 2008-03-10 Kjartan Maraas * configure.in: Post release version bump.