GtkFileChooserWidget: Remove an errant line
This was leaking a schema object, and looks like a bad merge.
This commit is contained in:
@ -7466,10 +7466,6 @@ gtk_file_chooser_widget_init (GtkFileChooserWidget *impl)
|
|||||||
|
|
||||||
set_file_system_backend (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);
|
priv->bookmarks_manager = _gtk_bookmarks_manager_new (NULL, NULL);
|
||||||
|
|
||||||
/* Setup various attributes and callbacks in the UI
|
/* Setup various attributes and callbacks in the UI
|
||||||
|
Reference in New Issue
Block a user