[gtk+] GtkFileChooserWidget: Remove an errant line



commit 31e4ec46328cd2c6ace66df0fb07652a5744e806
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 28 21:38:47 2014 -0400

    GtkFileChooserWidget: Remove an errant line
    
    This was leaking a schema object, and looks like a bad merge.

 gtk/gtkfilechooserwidget.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index 7a46250..57f0072 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 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]