diff --git a/src/plugins/bookmarks/bookmarkmanager.cpp b/src/plugins/bookmarks/bookmarkmanager.cpp
index 642da49846934e0f95e66c387a16f8ff9b33e610..dd2bed063850c65c4b531f72daad983719f91b45 100644
--- a/src/plugins/bookmarks/bookmarkmanager.cpp
+++ b/src/plugins/bookmarks/bookmarkmanager.cpp
@@ -246,6 +246,7 @@ void BookmarkView::contextMenuEvent(QContextMenuEvent *event)
         moveUp->setEnabled(false);
         moveDown->setEnabled(false);
         remove->setEnabled(false);
+        editNote->setEnabled(false);
     }
 
     if (model()->rowCount() == 0)