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:
committed by
Michael Natterer
parent
354e3059e4
commit
b3449c79db
@@ -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,
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user