[banshee] [Banshee.ThickClient] Hide Source Switcher menu item



commit c4b831f1cb232e8ddd9daa140b833d4edb24fb78
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu May 13 11:09:42 2010 -0700

    [Banshee.ThickClient] Hide Source Switcher menu item

 .../Banshee.Gui/SourceActions.cs                   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
index 4b4f8c1..306f6fd 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs
@@ -379,6 +379,7 @@ namespace Banshee.Gui
                 UpdateAction ("SourcePropertiesAction", source.HasProperties, true, source);
                 UpdateAction ("SourcePreferencesAction", source.PreferencesPageId != null, true, source);
                 UpdateAction ("RefreshSmartPlaylistAction", smart_playlist != null && smart_playlist.CanRefresh, true, source);
+                this["OpenSourceSwitcher"].Visible = false;
 
                 bool playlists_writable = primary_source != null && primary_source.SupportsPlaylists && !primary_source.PlaylistsReadOnly;
                 UpdateAction ("NewPlaylistAction", playlists_writable, true, source);



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