[banshee] [Banshee.ThickClient] Remove a FIXME that is no longer needed



commit 1603f4207c6023592240c770b685bf001efe98aa
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Mon Apr 5 20:38:19 2010 +0200

    [Banshee.ThickClient] Remove a FIXME that is no longer needed
    
    We now depend on newer Mono that doesn't have the bug. We could now make the method an anonymous delegate, but Gabriel likes now the
    code as is.

 .../Banshee.Gui/InterfaceActionService.cs          |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs
index 286fcfa..a8f1940 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs
@@ -77,8 +77,6 @@ namespace Banshee.Gui
 
         private void OnActiveSourceChanged (SourceEventArgs args)
         {
-            // FIXME: Can't use an anonymous delegate here because of compiler
-            // bug in Mono 1.2.6
             ThreadAssist.ProxyToMain (OnActiveSourceChangedGui);
         }
 



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