# # # patch "src/view/InventoryView.cpp" # from [058bd961e53ade94bbe566cf309f57a1ea3d4298] # to [9c66a0f016d8918c4ff6857566afe986385d4905] # ============================================================ --- src/view/InventoryView.cpp 058bd961e53ade94bbe566cf309f57a1ea3d4298 +++ src/view/InventoryView.cpp 9c66a0f016d8918c4ff6857566afe986385d4905 @@ -293,7 +293,11 @@ void InventoryView::slotContextMenuReque } } - menu.addAction(actFileHistory); + if (item->hasNotStatus(InventoryItem::Added) && + !item->isDirectory()) + { + menu.addAction(actFileHistory); + } } //