[banshee] [Fixup] Fix not being able to change solution (bgo#634721)



commit 80d94e0c4fce2a7d2121734b72cc5348d3e0a880
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Nov 23 17:00:51 2010 -0600

    [Fixup] Fix not being able to change solution (bgo#634721)

 .../Banshee.Fixup/ColumnCellSolutionOptions.cs     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Extensions/Banshee.Fixup/Banshee.Fixup/ColumnCellSolutionOptions.cs b/src/Extensions/Banshee.Fixup/Banshee.Fixup/ColumnCellSolutionOptions.cs
index fd391fb..1e683f4 100644
--- a/src/Extensions/Banshee.Fixup/Banshee.Fixup/ColumnCellSolutionOptions.cs
+++ b/src/Extensions/Banshee.Fixup/Banshee.Fixup/ColumnCellSolutionOptions.cs
@@ -49,9 +49,9 @@ namespace Banshee.Fixup
             UseMarkup = true;
         }
 
-        public override void Render (CellContext context, Gtk.StateType state, double cellWidth, double cellHeight)
+        public override void Render (CellContext context, double cellWidth, double cellHeight)
         {
-            base.Render (context, state, cellWidth, cellHeight);
+            base.Render (context, cellWidth, cellHeight);
 
             if (measure) {
                 solution_value_widths.Clear ();



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