banshee r3270 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui



Author: abock
Date: Tue Feb 19 00:53:42 2008
New Revision: 3270
URL: http://svn.gnome.org/viewvc/banshee?rev=3270&view=rev

Log:
2008-02-18  Aaron Bockover  <abock gnome org>

    * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Disable the
    extension manager UI for now



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs	Tue Feb 19 00:53:42 2008
@@ -104,6 +104,8 @@
                     
                 new ActionEntry("AboutAction", "gtk-about", OnAbout)
             });
+            
+            this["ExtensionsAction"].Visible = false;
         }
             
 #region Music Menu Actions



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