banshee r4944 - in trunk/banshee: . src/Dap/Banshee.Dap/Banshee.Dap



Author: gburt
Date: Fri Jan 23 23:01:29 2009
New Revision: 4944
URL: http://svn.gnome.org/viewvc/banshee?rev=4944&view=rev

Log:
2009-01-23  Gabriel Burt  <gabriel burt gmail com>

	* src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs: Patch from FÃlix Velasco
	removing unnecessary lock that was causing some hangs (BGO #559479)


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs

Modified: trunk/banshee/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs
==============================================================================
--- trunk/banshee/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs	(original)
+++ trunk/banshee/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs	Fri Jan 23 23:01:29 2009
@@ -154,9 +154,7 @@
         
         private void MapDevice (IDevice device)
         {
-            lock (sync) {
-                Scheduler.Schedule (new MapDeviceJob (this, device));
-            }
+            Scheduler.Schedule (new MapDeviceJob (this, device));
         }
 
         private class MapDeviceJob : IJob



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