banshee r4272 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui src/Core/Banshee.ThickClient/Resources
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4272 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui src/Core/Banshee.ThickClient/Resources
- Date: Mon, 28 Jul 2008 22:53:11 +0000 (UTC)
Author: gburt
Date: Mon Jul 28 22:53:11 2008
New Revision: 4272
URL: http://svn.gnome.org/viewvc/banshee?rev=4272&view=rev
Log:
2008-07-28 Gabriel Burt <gabriel burt gmail com>
* src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml:
* src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs: Comment out
Show Cover Art menu item/action.
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs
trunk/banshee/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs Mon Jul 28 22:53:11 2008
@@ -72,11 +72,11 @@
Catalog.GetString ("Toggle Fullscreen Mode"), OnFullScreen, false),
});
- Add (new ToggleActionEntry [] {
+ /*Add (new ToggleActionEntry [] {
new ToggleActionEntry ("ShowCoverArtAction", null,
Catalog.GetString ("Show Cover _Art"), null,
Catalog.GetString ("Toggle display of album cover art"), null, false),
- });
+ });*/
ServiceManager.PlayerEngine.ConnectEvent (OnPlayerEvent, PlayerEvent.StateChange);
OnFullScreen (null, EventArgs.Empty);
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 Mon Jul 28 22:53:11 2008
@@ -54,7 +54,7 @@
</menu>
<menu name="ViewMenu" action="ViewMenuAction">
- <menuitem name="ShowCoverArt" action="ShowCoverArtAction"/>
+ <!--<menuitem name="ShowCoverArt" action="ShowCoverArtAction"/>-->
<placeholder name="BrowserViews"/>
<placeholder name="ViewMenuAdditions"/>
<menuitem name="FullScreen" action="FullScreenAction"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]