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



Author: scottp
Date: Fri Feb  8 05:42:11 2008
New Revision: 3172
URL: http://svn.gnome.org/viewvc/banshee?rev=3172&view=rev

Log:
* src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: Got
  rid of extra semicolon;

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

Modified: trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs
==============================================================================
--- trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs	(original)
+++ trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs	Fri Feb  8 05:42:11 2008
@@ -155,7 +155,7 @@
             int first_row = vadjustment_value / RowHeight;
             int last_row = Math.Min (model.Count, first_row + RowsInView);     
 
-            Gdk.Rectangle selected_focus_alloc = Gdk.Rectangle.Zero;;
+            Gdk.Rectangle selected_focus_alloc = Gdk.Rectangle.Zero;
             Gdk.Rectangle single_list_alloc = new Gdk.Rectangle ();
             
             single_list_alloc.Width = list_alloc.Width;



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