From 31e4ec46328cd2c6ace66df0fb07652a5744e806 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 28 Jun 2014 21:38:47 -0400 Subject: [PATCH] GtkFileChooserWidget: Remove an errant line This was leaking a schema object, and looks like a bad merge. --- gtk/gtkfilechooserwidget.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 7a46250c89..57f0072399 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -7466,10 +7466,6 @@ gtk_file_chooser_widget_init (GtkFileChooserWidget *impl) set_file_system_backend (impl); - if (g_settings_schema_source_lookup (g_settings_schema_source_get_default (), - "org.gnome.desktop.interface", - TRUE) != NULL) - priv->bookmarks_manager = _gtk_bookmarks_manager_new (NULL, NULL); /* Setup various attributes and callbacks in the UI