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



Author: abock
Date: Thu Mar 13 17:14:00 2008
New Revision: 3445
URL: http://svn.gnome.org/viewvc/banshee?rev=3445&view=rev

Log:
2008-03-13  Aaron Bockover  <abock gnome org>

    * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackRepeatActions.cs:
    Disable repeat modes in the UI since they are not actually implemented
    in the playback controller at this time



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

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackRepeatActions.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackRepeatActions.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackRepeatActions.cs	Thu Mar 13 17:14:00 2008
@@ -76,6 +76,10 @@
                 Active = (RadioAction)this["RepeatNoneAction"];
             }
             Active.Activate ();
+
+            foreach (RadioAction iter_action in this) {
+                iter_action.Sensitive = false;
+            }
         }
 
         private void OnChanged (object o, ChangedArgs args)



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