banshee r3150 - in trunk/banshee: . src/Core/Hyena.Gui/Hyena.Data.Gui



Author: scottp
Date: Tue Feb  5 06:34:13 2008
New Revision: 3150
URL: http://svn.gnome.org/viewvc/banshee?rev=3150&view=rev

Log:
* src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Very minor change -
  removed unnessisary assignment.

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs

Modified: trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs
==============================================================================
--- trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs	(original)
+++ trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs	Tue Feb  5 06:34:13 2008
@@ -904,7 +904,6 @@
                         graphics.DrawRowSelection (
                             list_cr, list_alloc.X, list_alloc.Y + selection_y, list_alloc.Width, selection_height);
                         selection_height = 0;
-                        selection_y = 0;
                     }
                     
                     if (rules_hint && ri % 2 != 0) {



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