Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2012-02-17 03:30:14 +0400
committerMiguel de Icaza <miguel@gnome.org>2012-02-17 03:30:14 +0400
commitfefeaa63a2697e4ae058096da555cc8678ce39d0 (patch)
tree8417ebe60aa71c0b96e64c47a7a586aea81fe97a /MyDocument.cs
parent6f9da05b0d05f28de18c00f3b4631f0f46d791ac (diff)
Temporarily remove the bookmarks for the release
Diffstat (limited to 'MyDocument.cs')
-rw-r--r--MyDocument.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MyDocument.cs b/MyDocument.cs
index 619fe04..6b3bad7 100644
--- a/MyDocument.cs
+++ b/MyDocument.cs
@@ -131,6 +131,12 @@ namespace macdoc
void SetupBookmarks ()
{
+ addBookmarkBtn.Hidden = true;
+
+ viewBookmarksBtn.Hidden = true;
+ bookmarkSelector.Hidden = true;
+ return;
+
var manager = AppDelegate.BookmarkManager;
manager.BookmarkListChanged += (sender, e) => {
switch (e.EventType) {