banshee r3936 - trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3936 - trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets
- Date: Tue, 20 May 2008 15:13:13 +0000 (UTC)
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]