[banshee] [MeeGo] add equalizer, rescan items to ToolbarMenu



commit 2909932bf62be371a20413f85f8ed5a627a4c037
Author: Aaron Bockover <abockover novell com>
Date:   Wed Mar 31 13:51:20 2010 -0400

    [MeeGo] add equalizer, rescan items to ToolbarMenu
    
    Rescan is needed because the Library Watcher extension doesn't behave as
    it should (doesn't do an initial scan when starting up to check for file
    system differences since the app last ran).
    
    Equalizer is added because it's nice to have on Netbooks - I was going
    to integrate it directly in the toolbar, but ran out of time, so it's
    in the menu for now.

 .../Resources/core-ui-actions-layout.xml           |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml b/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
index b544996..e6843e5 100644
--- a/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
+++ b/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml
@@ -29,6 +29,10 @@
     <separator/>
     <placeholder name="BelowOpenLocation"/>
     <separator/>
+    <menu name="ToolsMenu" action="ToolsMenuAction">
+      <menuitem name="Rescan" action="RescanAction"/>
+      <menuitem name="ShowEqualizer" action="ShowEqualizerAction"/>
+    </menu>
     <menuitem name="Preferences" action="PreferencesAction"/>
     <menuitem name="About" action="AboutAction"/>
   </popup>



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