banshee r3721 - in trunk/banshee: . src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio src/Extensions/Banshee.NotificationArea/Resources
- From: scottp svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3721 - in trunk/banshee: . src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio src/Extensions/Banshee.NotificationArea/Resources
- Date: Tue, 8 Apr 2008 22:15:59 +0100 (BST)
Author: scottp
Date: Tue Apr 8 22:15:59 2008
New Revision: 3721
URL: http://svn.gnome.org/viewvc/banshee?rev=3721&view=rev
Log:
* src/Extensions/Banshee.NotificationArea/Resources/NotificationAreaMenu.xml:
* src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs:
Got rid of references to old ShuffleAction.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs
trunk/banshee/src/Extensions/Banshee.NotificationArea/Resources/NotificationAreaMenu.xml
Modified: trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs (original)
+++ trunk/banshee/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs Tue Apr 8 22:15:59 2008
@@ -181,9 +181,6 @@
public override void Activate ()
{
base.Activate ();
- //shuffle = (action_service.GlobalActions ["ShuffleAction"] as ToggleAction).Active;
- //(action_service.GlobalActions ["ShuffleAction"] as ToggleAction).Active = false;
- //Globals.ActionManager["ShuffleAction"].Sensitive = false;
//action_service.GlobalActions ["PreviousAction"].Sensitive = false;
@@ -209,9 +206,6 @@
public override void Deactivate ()
{
- //(Globals.ActionManager["ShuffleAction"] as ToggleAction).Active = shuffle;
- //Globals.ActionManager["ShuffleAction"].Sensitive = true;
-
//Globals.ActionManager["PreviousAction"].Sensitive = true;
}
Modified: trunk/banshee/src/Extensions/Banshee.NotificationArea/Resources/NotificationAreaMenu.xml
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.NotificationArea/Resources/NotificationAreaMenu.xml (original)
+++ trunk/banshee/src/Extensions/Banshee.NotificationArea/Resources/NotificationAreaMenu.xml Tue Apr 8 22:15:59 2008
@@ -8,8 +8,6 @@
<menuitem name="RepeatAll" action="RepeatAllAction" />
<menuitem name="RepeatSingle" action="RepeatSingleAction" />-->
<separator />
- <menuitem name="Shuffle" action="ShuffleAction" />
- <separator />
<menuitem name="ToggleNotifications" action="ToggleNotificationsAction" />
<separator />
<menuitem name="Quit" action="QuitAction" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]