banshee r4662 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Query.Gui



Author: gburt
Date: Mon Oct  6 21:27:50 2008
New Revision: 4662
URL: http://svn.gnome.org/viewvc/banshee?rev=4662&view=rev

Log:
2008-10-06  Gabriel Burt  <gabriel burt gmail com>

	* src/Core/Banshee.ThickClient/Banshee.Query.Gui/RatingQueryValueEntry.cs:
	Always show stars in the Rating widget shown in the smart playlist editor.



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Query.Gui/RatingQueryValueEntry.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Query.Gui/RatingQueryValueEntry.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Query.Gui/RatingQueryValueEntry.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Query.Gui/RatingQueryValueEntry.cs	Mon Oct  6 21:27:50 2008
@@ -46,6 +46,7 @@
         public RatingQueryValueEntry () : base ()
         {
             entry = new RatingEntry ();
+            entry.AlwaysShowEmptyStars = true;
             entry.Changed += HandleValueChanged;
 
             Add (entry);



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