banshee r3898 - in trunk/banshee: . src/Core/Banshee.ThickClient/Resources src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea src/Extensions/Banshee.NotificationArea/Resources
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3898 - in trunk/banshee: . src/Core/Banshee.ThickClient/Resources src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea src/Extensions/Banshee.NotificationArea/Resources
- Date: Tue, 6 May 2008 20:43:19 +0100 (BST)
Author: gburt
Date: Tue May 6 19:43:19 2008
New Revision: 3898
URL: http://svn.gnome.org/viewvc/banshee?rev=3898&view=rev
Log:
2008-05-06 Gabriel Burt <gabriel burt gmail com>
* src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs:
* src/Extensions/Banshee.NotificationArea/Resources/NotificationAreaMenu.xml:
* src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Put
the Next action above the Previous action.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
trunk/banshee/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs
trunk/banshee/src/Extensions/Banshee.NotificationArea/Resources/NotificationAreaMenu.xml
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml Tue May 6 19:43:19 2008
@@ -63,8 +63,8 @@
<menuitem name="PlayPause" action="PlayPauseAction"/>
<menuitem name="StopWhenFinished" action="StopWhenFinishedAction"/>
<separator/>
- <menuitem name="Previous" action="PreviousAction"/>
<menuitem name="Next" action="NextAction"/>
+ <menuitem name="Previous" action="PreviousAction"/>
<separator/>
<!--
<menuitem name="SeekBackward" action="SeekBackwardAction"/>
Modified: trunk/banshee/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs (original)
+++ trunk/banshee/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs Tue May 6 19:43:19 2008
@@ -130,7 +130,7 @@
menu.Show ();
for (int i = 0; i < menu.Children.Length; i++) {
- if (menu.Children[i].Name == "Next") {
+ if (menu.Children[i].Name == "Previous") {
int j = i;
PlaybackRepeatActions repeat_group = interface_action_service.FindActionGroup ("PlaybackRepeat")
as PlaybackRepeatActions;
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 May 6 19:43:19 2008
@@ -2,8 +2,8 @@
<!-- This is the context menu for the actual notification area -->
<popup name="NotificationAreaIconMenu" action="NotificationAreaIconMenuAction">
<menuitem name="PlayPause" action="PlayPauseAction"/>
- <menuitem name="Previous" action="PreviousAction"/>
<menuitem name="Next" action="NextAction"/>
+ <menuitem name="Previous" action="PreviousAction"/>
<separator/>
<menuitem name="ToggleNotifications" action="ToggleNotificationsAction"/>
<separator/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]