banshee r4846 - trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4846 - trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView
- Date: Wed, 19 Nov 2008 02:15:38 +0000 (UTC)
Author: gburt
Date: Wed Nov 19 02:15:37 2008
New Revision: 4846
URL: http://svn.gnome.org/viewvc/banshee?rev=4846&view=rev
Log:
Recommit pragma disable
Modified:
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 Wed Nov 19 02:15:37 2008
@@ -299,6 +299,8 @@
}
}
+ #pragma warning disable 0169
+
private bool GetEventCell<G> (int x, int y, out G icell, out Column column, out int row_index) where G : class
{
icell = null;
@@ -332,6 +334,8 @@
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]