Merged from trunk:

2008-09-25  Michael Natterer  <mitch@imendio.com>

	Merged from trunk:

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
	don't unref the file system backend, the newly added
	unset_file_system_backend() already does this (bug #553135).


svn path=/branches/gtk-2-14/; revision=21515
This commit is contained in:
Michael Natterer
2008-09-25 11:23:42 +00:00
committed by Michael Natterer
parent 354e3059e4
commit b3449c79db
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2008-09-25 Michael Natterer <mitch@imendio.com>
Merged from trunk:
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
don't unref the file system backend, the newly added
unset_file_system_backend() already does this (bug #553135).
2008-09-24 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,

View File

@@ -934,8 +934,6 @@ gtk_file_chooser_default_finalize (GObject *object)
shortcuts_free (impl);
g_object_unref (impl->file_system);
g_free (impl->browse_files_last_selected_name);
for (l = impl->filters; l; l = l->next)