[banshee/gsettings: 7/7] GtkBaseClient: Remove workaround for GConf/DBus issue



commit 5feee9a75ceba7820c947d36d7b43e15e1e0a54d
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Oct 12 23:17:20 2013 +0200

    GtkBaseClient: Remove workaround for GConf/DBus issue

 .../Banshee.Gui/GtkBaseClient.cs                   |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs 
b/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs
index e056768..0bf7e00 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs
@@ -108,12 +108,6 @@ namespace Banshee.Gui
                 GLib.Thread.Init ();
             }
 
-#if HAVE_DBUS_GLIB
-            // Using GConf from multiple threads causes crashes if multithreading is not initialized 
explictly in dbus
-            // This is a workaround for bgo#692374
-            dbus_g_thread_init ();
-#endif
-
             Gtk.Application.Init ();
 
             // This could go into GtkBaseClient, but it's probably something we


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