diff --git a/src/sas/qtgui/MainWindow/GuiManager.py b/src/sas/qtgui/MainWindow/GuiManager.py index 3dbfe5f88a..e5f4150606 100644 --- a/src/sas/qtgui/MainWindow/GuiManager.py +++ b/src/sas/qtgui/MainWindow/GuiManager.py @@ -1336,7 +1336,7 @@ def deleteIntermediateTheoryPlotsByTabId(self, tab_id): Catch the signal to delete items in the Theory item model which correspond to a model ID. Send the request to the DataExplorer for updating the theory model. """ - self.filesWidget.deleteIntermediateTheoryPlotsByModelID(tab_id) + self.filesWidget.deleteIntermediateTheoryPlotsByTabId(tab_id) def updateModelFromDataOperationPanel(self, new_item, new_datalist_item): """