diff --git a/src/mainwindow.cc b/src/mainwindow.cc index c7008be..4995b53 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -983,7 +983,7 @@ void MainWindow::removeAllWidgets() { for (std::map::iterator it = cardWidgets.begin(); it != cardWidgets.end(); ++it) removeCard(it->first); for (std::map::iterator it = clientNames.begin(); it != clientNames.end(); ++it) - removeSourceOutput(it->first); + removeClient(it->first); deleteEventRoleWidget(); }