[banshee] Whoops, didn't entirely fix CC-column NRE



commit 122eaa7dd2a4de004519e4ab3912de2229b449b9
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Mon Feb 1 19:50:12 2010 -0800

    Whoops, didn't entirely fix CC-column NRE

 .../ColumnCellCreativeCommons.cs                   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellCreativeCommons.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellCreativeCommons.cs
index b4cd901..62665ca 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellCreativeCommons.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellCreativeCommons.cs
@@ -84,7 +84,7 @@ namespace Banshee.Collection.Gui
                     }
                 }
 
-                draw_x += render_pixbuf.Width;
+                draw_x += ICON_SIZE;
             }
         }
 



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