banshee r4625 - in trunk/banshee: . src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView



Author: gburt
Date: Mon Sep 29 18:37:32 2008
New Revision: 4625
URL: http://svn.gnome.org/viewvc/banshee?rev=4625&view=rev

Log:
2008-09-29  Gabriel Burt  <gabriel burt gmail com>

	* src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs:
	Ignore 0169 warning.


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

Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs	(original)
+++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs	Mon Sep 29 18:37:32 2008
@@ -298,7 +298,8 @@
                 return icell.ButtonEvent (x, y, press, evnt_button);
             }
         }
-        
+
+        #pragma warning disable 0169
         private bool GetEventCell<T> (int x, int y, out T icell, out Column column, out int row_index) where T : class
         {
             icell = null;
@@ -332,6 +333,7 @@
             cell.BindListItem (model[row_index]);
             return true;
         }
+        #pragma warning restore 0169
         
 #endregion
         



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