[banshee] [OsxService] don't try to hide the main menu
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [OsxService] don't try to hide the main menu
- Date: Sun, 7 Feb 2010 18:19:59 +0000 (UTC)
commit 8c5722fe20cc7f1ccc5b31c2a95315d38ef7084b
Author: Aaron Bockover <abockover novell com>
Date: Sun Feb 7 13:17:52 2010 -0500
[OsxService] don't try to hide the main menu
Nereid won't even show/attach the main menu, so there's no point
in trying to hide the thing now.
.../Banshee.Osx/Banshee.OsxBackend/OsxService.cs | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/src/Backends/Banshee.Osx/Banshee.OsxBackend/OsxService.cs b/src/Backends/Banshee.Osx/Banshee.OsxBackend/OsxService.cs
index 7413bc4..b44eb09 100644
--- a/src/Backends/Banshee.Osx/Banshee.OsxBackend/OsxService.cs
+++ b/src/Backends/Banshee.Osx/Banshee.OsxBackend/OsxService.cs
@@ -136,14 +136,7 @@ namespace Banshee.OsxBackend
private void BindMenuBar ()
{
- UIManager ui = interface_action_service.UIManager;
-
- // retreive and hide the gtk menu
- MenuShell menu = (MenuShell) ui.GetWidget ("/MainMenu");
- menu.Hide ();
-
- // bind menu
- IgeMacMenu.MenuBar = menu;
+ IgeMacMenu.MenuBar =(MenuShell)interface_action_service.UIManager.GetWidget ("/MainMenu");
}
private void AdjustMainMenu () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]