banshee r5028 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor



Author: gburt
Date: Tue Feb 10 22:37:26 2009
New Revision: 5028
URL: http://svn.gnome.org/viewvc/banshee?rev=5028&view=rev

Log:
2009-02-10  Gabriel Burt  <gabriel burt gmail com>

	* src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/StatisticsPage.cs:
	Patch from John Millikin setting the values of the stats tab as not
	editable (BGO #562792)

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/StatisticsPage.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/StatisticsPage.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/StatisticsPage.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/StatisticsPage.cs	Tue Feb 10 22:37:26 2009
@@ -57,7 +57,6 @@
             
             CellRendererText value_renderer = new CellRendererText ();
             value_renderer.Ellipsize = Pango.EllipsizeMode.End;
-            value_renderer.Editable = true;
             value_renderer.Scale = Pango.Scale.Small;
             
             view.AppendColumn (Catalog.GetString ("Name"), name_renderer, "text", 0);



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