diff --git a/ede-autostart/ede-autostart.cpp b/ede-autostart/ede-autostart.cpp index d7b8529..9725db2 100644 --- a/ede-autostart/ede-autostart.cpp +++ b/ede-autostart/ede-autostart.cpp @@ -296,6 +296,9 @@ static void perform_autostart(bool safe) { entry_list.push_back(en); } + if(entry_list.empty()) + return; + if(safe) run_autostart_dialog(entry_list); else