banshee r3936 - trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets



Author: abock
Date: Tue May 20 15:13:12 2008
New Revision: 3936
URL: http://svn.gnome.org/viewvc/banshee?rev=3936&view=rev

Log:
Small fix

Modified:
   trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets/RatingMenuItem.cs

Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets/RatingMenuItem.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets/RatingMenuItem.cs	(original)
+++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets/RatingMenuItem.cs	Tue May 20 15:13:12 2008
@@ -118,9 +118,9 @@
             // TODO: See what's really better - hiding the menu when the
             // value is set, or keeping it up; I like it staying up --Aaron
             //
-            // if (can_activate) {
+            if (can_activate) {
             //    Activate ();
-            // }
+            }
         }
         
         public void Reset (int value)



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