diff --git a/src/actions.cpp b/src/actions.cpp index 5c666419..3cde6286 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -943,6 +943,10 @@ void Add::run() path = wFooter->prompt(); } + // confirm when one wants to add the whole database + if (path.empty()) + confirmAction("Are you sure you want to add the whole database?"); + Statusbar::put() << "Adding..."; wFooter->refresh(); if (myScreen == myPlaylistEditor)