From: Randy Baumgarte Date: Mon, 29 Nov 2010 00:48:20 +0000 (-0500) Subject: Remove visibility of "share with individuals" because that information isn't currentl... X-Git-Tag: version0.1.1~277 X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=c0775c35b391a5f110434dee355915225ba02b59;p=neighbornote%2FNeighborNote.git Remove visibility of "share with individuals" because that information isn't currently synchronized properly if done from another client. --- diff --git a/src/cx/fbn/nevernote/gui/MainMenuBar.java b/src/cx/fbn/nevernote/gui/MainMenuBar.java index 2e73965..df6369e 100644 --- a/src/cx/fbn/nevernote/gui/MainMenuBar.java +++ b/src/cx/fbn/nevernote/gui/MainMenuBar.java @@ -459,6 +459,7 @@ public class MainMenuBar extends QMenuBar { notebookShareAction = new QAction(tr("Share With Individuals"), this); notebookShareAction.setEnabled(false); + notebookShareAction.setVisible(false); notebookShareAction.triggered.connect(parent, "shareNotebook()"); setupShortcut(notebookShareAction, "File_Notebook_Share");