banshee r5112 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui src/Core/Banshee.ThickClient/Resources
- From: blorentz svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r5112 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui src/Core/Banshee.ThickClient/Resources
- Date: Thu, 5 Mar 2009 22:46:47 +0000 (UTC)
Author: blorentz
Date: Thu Mar 5 22:46:47 2009
New Revision: 5112
URL: http://svn.gnome.org/viewvc/banshee?rev=5112&view=rev
Log:
2009-03-05 Bertrand Lorentz <bertrand lorentz gmail com>
* src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Fix
parameter order for the SourcePreferences action entry.
* src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml:
Move misplaced SourcePreferences menu item.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
trunk/banshee/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs Thu Mar 5 22:46:47 2009
@@ -105,8 +105,8 @@
Catalog.GetString ("Sort Children by"), null, null,
OnSortChildrenMenu),
- new ActionEntry ("SourcePreferencesAction", null, String.Empty,
- Catalog.GetString ("Edit preferences related to this source"), null, OnSourcePreferences),
+ new ActionEntry ("SourcePreferencesAction", null, String.Empty, null,
+ Catalog.GetString ("Edit preferences related to this source"), OnSourcePreferences),
});
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 Thu Mar 5 22:46:47 2009
@@ -109,6 +109,7 @@
<menu name="SortChildren" action="SortChildrenAction" />
<separator/>
<menuitem name="Import" action="ImportAction"/>
+ <menuitem name="SourcePreferences" action="SourcePreferencesAction"/>
<separator/>
</popup>
@@ -136,7 +137,6 @@
<menuitem name="RenameSource" action="RenameSourceAction"/>
<menuitem name="RefreshSmartPlaylist" action="RefreshSmartPlaylistAction"/>
<menuitem name="ExportPlaylist" action="ExportPlaylistAction"/>
- <menuitem name="SourcePreferences" action="SourcePreferencesAction"/>
<menuitem name="UnmapSource" action="UnmapSourceAction"/>
<separator/>
<menuitem name="SourceProperties" action="SourcePropertiesAction"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]