banshee r4990 - in branches/banshee/stable: . src/Dap/Banshee.Dap/Banshee.Dap



Author: gburt
Date: Fri Jan 30 21:15:36 2009
New Revision: 4990
URL: http://svn.gnome.org/viewvc/banshee?rev=4990&view=rev

Log:
2009-01-30  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:
   branches/banshee/stable/   (props changed)
   branches/banshee/stable/ChangeLog
   branches/banshee/stable/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs

Modified: branches/banshee/stable/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs
==============================================================================
--- branches/banshee/stable/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs	(original)
+++ branches/banshee/stable/src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs	Fri Jan 30 21:15:36 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]